Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/auxiliary')
-rw-r--r--src/auxiliary/functions.cc2
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);
}