]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.cpp
Fix creationCode() of GuiPrintNomencl
[lyx.git] / src / mathed / InsetMathColor.cpp
index 6cb996013b13d10682c788733f0edba5d66ad9f7..d665734b5182893b7a0da3a58e609bc59c79df12 100644 (file)
@@ -29,14 +29,14 @@ using namespace lyx::support;
 namespace lyx {
 
 InsetMathColor::InsetMathColor(Buffer * buf, bool oldstyle, ColorCode color)
-       : InsetMathNest(buf, 1), w_(0), oldstyle_(oldstyle),
+       : InsetMathNest(buf, 1), oldstyle_(oldstyle),
          color_(from_utf8(lcolor.getLaTeXName(color)))
 {}
 
 
 InsetMathColor::InsetMathColor(Buffer * buf, bool oldstyle,
                docstring const & color)
-       : InsetMathNest(buf, 1), w_(0), oldstyle_(oldstyle), color_(color)
+       : InsetMathNest(buf, 1), oldstyle_(oldstyle), color_(color)
 {}