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