]> git.lyx.org Git - lyx.git/blobdiff - src/factory.cpp
Comment.
[lyx.git] / src / factory.cpp
index 93e359323fee6ac03e69db7d0d1ada328ca58557..6d41a5809f1ce11adfea2bdbce6c58cc63d7a677 100644 (file)
@@ -211,10 +211,6 @@ Inset * createInsetHelper(Buffer & buf, FuncRequest const & cmd)
 
                case LFUN_INFO_INSERT:
                        return new InsetInfo(buf, to_utf8(cmd.argument()));
-#if 0
-               case LFUN_THEOREM_INSERT:
-                       return new InsetTheorem;
-#endif
 
                case LFUN_INSET_INSERT: {
                        string const name = cmd.getArg(0);