]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Properly fix bug 3258.
[lyx.git] / src / mathed / InsetMathSymbol.h
index c5f91de0aea6a9f87f57fac47a0b903e3a4d4eda..60f4028fb063264d21722472b7b9da4375ec85cf 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "InsetMath.h"
 
-#include "LyXFont.h"
+#include "Font.h"
 
 namespace lyx {
 
@@ -81,8 +81,6 @@ private:
        mutable int kerning_;
        ///
        mutable bool scriptable_;
-       ///
-       mutable LyXFont font_cache_;
 };
 
 } // namespace lyx