diff options
Diffstat (limited to 'src/auxiliary')
-rw-r--r-- | src/auxiliary/functions.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/auxiliary/functions.cc b/src/auxiliary/functions.cc index 668c108..5dbc012 100644 --- a/src/auxiliary/functions.cc +++ b/src/auxiliary/functions.cc @@ -159,8 +159,6 @@ void to_label(std::string &text) pos++; } else if ((text[pos] >= '0') && (text[pos] <= '9')) { pos++; - } else if (text[pos] == '/') { - pos++; } else { text.erase(pos, 1); } |