X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathColor.h;h=08495b364d76a83b1683c8f5ffcfd8de54b51cf5;hb=62af7ee772f16f154225d2d0b65d77f4376b6001;hp=829c4654f4b1db755395cebe7d47561a68cc5bfd;hpb=84c5e67e072fa091ffb8ecd5ae14145dd3e5b3b5;p=lyx.git diff --git a/src/mathed/InsetMathColor.h b/src/mathed/InsetMathColor.h index 829c4654f4..08495b364d 100644 --- a/src/mathed/InsetMathColor.h +++ b/src/mathed/InsetMathColor.h @@ -49,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.