X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathColor.h;h=08495b364d76a83b1683c8f5ffcfd8de54b51cf5;hb=62af7ee772f16f154225d2d0b65d77f4376b6001;hp=7c69dac8b70cae2148dd81b9122c515c4e672248;hpb=5aff1283543bbdf34106dcc7ec518e63edecbfe9;p=lyx.git diff --git a/src/mathed/InsetMathColor.h b/src/mathed/InsetMathColor.h index 7c69dac8b7..08495b364d 100644 --- a/src/mathed/InsetMathColor.h +++ b/src/mathed/InsetMathColor.h @@ -14,7 +14,6 @@ #include "InsetMathNest.h" -#include "support/docstream.h" namespace lyx { @@ -50,8 +49,6 @@ public: InsetCode lyxCode() const { return MATH_COLOR_CODE; } private: virtual Inset * clone() const; - /// width of '[' in current font - mutable int w_; /// bool oldstyle_; /// Our color. Only valid LaTeX colors are allowed.