X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSymbol.h;h=60f4028fb063264d21722472b7b9da4375ec85cf;hb=1007714d2ec380d935d59092013ea88373bfb1df;hp=c5f91de0aea6a9f87f57fac47a0b903e3a4d4eda;hpb=32871c1284f15265f652ff01c438e539a7c8181f;p=lyx.git diff --git a/src/mathed/InsetMathSymbol.h b/src/mathed/InsetMathSymbol.h index c5f91de0ae..60f4028fb0 100644 --- a/src/mathed/InsetMathSymbol.h +++ b/src/mathed/InsetMathSymbol.h @@ -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