diff options
Diffstat (limited to 'Map')
| -rw-r--r-- | Map/Business/WmapParser/Lexer.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Map/Business/WmapParser/Lexer.swift b/Map/Business/WmapParser/Lexer.swift index c79879f..4b5659e 100644 --- a/Map/Business/WmapParser/Lexer.swift +++ b/Map/Business/WmapParser/Lexer.swift @@ -117,9 +117,6 @@ extension Wmap { case "0"..."9", ".": return scanNumber() - case "i": - return scanStageOrLabel() - default: // If we're expecting text, scan as text instead of vertex label if expectingText { |