]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.h
More requires --> required, for C++2a.
[lyx.git] / src / mathed / InsetMathColor.h
index 829c4654f4b1db755395cebe7d47561a68cc5bfd..08495b364d76a83b1683c8f5ffcfd8de54b51cf5 100644 (file)
@@ -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.