]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_hash.C
remove cruft
[features.git] / src / mathed / math_hash.C
index ae083544dd13bdb4595143722ccdc54be5f6bb79..b214407ba49268617708f20692772c39013ebeac 100644 (file)
@@ -8,19 +8,11 @@
 #include "math_defs.h"
 #include "math_parser.h"
 
-#if 0
-#define TOTAL_KEYWORDS 269
-#define MIN_WORD_LENGTH 2
-#define MAX_WORD_LENGTH 18
-#define MIN_HASH_VALUE 8
-#define MAX_HASH_VALUE 490
-#else
 int const TOTAL_KEYWORDS = 269;
 int const MIN_WORD_LENGTH = 2;
 int const MAX_WORD_LENGTH = 18;
 int const MIN_HASH_VALUE = 8;
 int const MAX_HASH_VALUE = 490;
-#endif
 
 /* maximum key range = 483, duplicates = 40 */