]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_parser.h
*** empty log message ***
[features.git] / src / mathed / math_parser.h
index e1b167a2d4bffde5fc5f7c8ca16f22e818a7e808..45c89dddab19b76b2533fcf155c6bdebc3c37025 100644 (file)
@@ -28,7 +28,6 @@
 #include "math_defs.h"
 #include "symbol_def.h"
 
-class MathArray;
 class MathMatrixInset;
 class MathMacroTemplate;
 class LyXLex;
@@ -129,8 +128,6 @@ struct latexkeys {
        unsigned char latex_font_id;
        ///
        MathSymbolTypes type;
-       ///
-       string const & Name() const { return name;}
 };