aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/KeywordParserContext.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Sources/WmapParser/KeywordParserContext.swift')
-rw-r--r--Sources/WmapParser/KeywordParserContext.swift7
1 files changed, 0 insertions, 7 deletions
diff --git a/Sources/WmapParser/KeywordParserContext.swift b/Sources/WmapParser/KeywordParserContext.swift
deleted file mode 100644
index 1b889b3..0000000
--- a/Sources/WmapParser/KeywordParserContext.swift
+++ /dev/null
@@ -1,7 +0,0 @@
-struct KeywordParserContext {
- var stages: [Stage]
- var notes: [Note]
- var groups: [Group]
- var inertias: [Inertia]
- var evolutions: [Evolution]
-}