]> git.lyx.org Git - lyx.git/blobdiff - src/layout.h
Fix small bug in reading \set_color in lyxrc
[lyx.git] / src / layout.h
index 5aa994442eaa03ebc128f4669a6031cf020ea566..641aad24c5506a7ace3b23ebaec2dda24474a55d 100644 (file)
@@ -22,7 +22,6 @@
 #include "lyxfont.h"
 #include "Spacing.h"
 
-
 /// Reads the style files
 extern void LyXSetStyle();
 
@@ -33,11 +32,14 @@ enum { // no good name for this
        ///
        LYX_LAYOUT_DEFAULT = 99
 };
+
+
 // Could this cause confusion that both DUMMY_LAYOUT and  LAYOUT_DEFAULT has
 // the same value? (Lgb)
 ///
 #define LYX_DUMMY_LAYOUT 99
 
+
 /// The different output types
 enum OutputType {
         ///
@@ -140,9 +142,7 @@ enum LYX_LABEL_TYPES {
        ///
        LABEL_COUNTER_ENUMIII,
        ///
-       LABEL_COUNTER_ENUMIV,
-       ///
-       LABEL_FIRST_COUNTER = LABEL_COUNTER_CHAPTER
+       LABEL_COUNTER_ENUMIV
 };
 
 enum LYX_END_LABEL_TYPES {