]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parser.h
remove symbol_def.h
[lyx.git] / src / mathed / math_parser.h
index 27f647ead48b34a6cc6f92701ce044324368388d..68ef43cce915ff519575b7ddc74a2acf6bf37754 100644 (file)
 #endif
 
 #include "LString.h"
-
 #include "math_defs.h"
-#include "symbol_def.h"
 
-class MathArray;
 class MathMatrixInset;
 class MathMacroTemplate;
 class LyXLex;
@@ -75,11 +72,7 @@ enum MathTokenEnum
        ///
        LM_TK_FUNCLIM,
        ///
-       LM_TK_BIGSYM,
-       ///
-       LM_TK_NOGLYPH,
-       ///
-       LM_TK_NOGLYPHB,
+       LM_TK_CMR,
        ///
        LM_TK_CMSY,
        ///
@@ -133,8 +126,6 @@ struct latexkeys {
        unsigned char latex_font_id;
        ///
        MathSymbolTypes type;
-       ///
-       string const & Name() const { return name;}
 };