]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - parser.h
Remove msvc project files and misc stuff
[xonotic/gmqcc.git] / parser.h
index eb77effe8e5e046c4f248cc96da39d6be9b054b3..73f6d03ce2a36b8bcb387b19e1bba8fc8f0c268e 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2012, 2013, 2014
+ * Copyright (C) 2012, 2013, 2014, 2015
  *     Wolfgang Bumiller
  *     Dale Weiler
  *
@@ -92,10 +92,6 @@ struct parser_s {
     ht htglobals;
     ht *typedefs;
 
-    /* same as above but for the spelling corrector */
-    correct_trie_t  **correct_variables;
-    size_t         ***correct_variables_score;  /* vector of vector of size_t* */
-
     /* not to be used directly, we use the hash table */
     ast_expression **_locals;
     size_t          *_blocklocals;