]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
Typo.
[lyx.git] / src / factory.cpp
index 5f9b3d0d2311062e3d35584e344f5c9a0adccee5..e4dfb60e4e5cbd2499351dcce022ebed96180afb 100644 (file)
@@ -554,10 +554,6 @@ Inset * readInset(Lexer & lex, Buffer const & buf)
                        lex.next();
                        string tmptok = lex.getString();
                        inset.reset(new InsetWrap(buf, tmptok));
-#if 0
-               } else if (tmptok == "Theorem") {
-                       inset.reset(new InsetList);
-#endif
                } else if (tmptok == "Caption") {
                        inset.reset(new InsetCaption(buf));
                } else if (tmptok == "Index") {