]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCode.h
Move isMultiCell() to Cursor, and use it.
[lyx.git] / src / insets / InsetCode.h
index 95543f9d7b7adb2e8b373bc1279b02b2a23eeef4..9a517c2f23c05e394457d4ca9fb2ecf90550acc2 100644 (file)
@@ -85,7 +85,7 @@ enum InsetCode {
        ///
        OPTARG_CODE,
        ///
-       ENVIRONMENT_CODE,
+       CELL_CODE,
        ///
        NEWLINE_CODE,
        ///
@@ -112,12 +112,6 @@ enum InsetCode {
        INFO_CODE, // 45
        ///
        COLLAPSABLE_CODE,
-       ///
-       CELL_CODE,
-#if 0
-       ///
-       THEOREM_CODE,
-#endif
 };
 
 } // namespace lyx