]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / factory.cpp
index a30aba41ddd74ea9d7165fd2d592b2df3bbba288..fc6468056b086badb5887e428681ba8ae699e7c7 100644 (file)
@@ -538,9 +538,7 @@ Inset * readInset(Lexer & lex, Buffer const & buf)
 
                inset->read(buf, lex);
 
-#ifdef WITH_WARNINGS
-#warning hack..
-#endif
+// FIXME: hack..
                if (inset->lyxCode() == Inset::MATHMACRO_CODE) {
                        MathMacroTemplate const * tmpl =
                                static_cast<MathMacroTemplate*>(inset.get());