]> 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 bd841301e54340ba69e40b7e22c68297cdb3108d..9a517c2f23c05e394457d4ca9fb2ecf90550acc2 100644 (file)
@@ -85,7 +85,7 @@ enum InsetCode {
        ///
        OPTARG_CODE,
        ///
-       ENVIRONMENT_CODE,
+       CELL_CODE,
        ///
        NEWLINE_CODE,
        ///
@@ -112,8 +112,6 @@ enum InsetCode {
        INFO_CODE, // 45
        ///
        COLLAPSABLE_CODE,
-       ///
-       CELL_CODE,
 };
 
 } // namespace lyx