]> git.lyx.org Git - lyx.git/blobdiff - src/LayoutEnums.h
Fix TOC output of math insets.
[lyx.git] / src / LayoutEnums.h
index dd119960c55a47d1c809e11ae1ca0906e76870ea..d24302c4944b9c98df1f00a9dbdd7888b8740016 100644 (file)
@@ -4,9 +4,9 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  * \author Jean-Marc Lasgouttes
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -138,11 +138,7 @@ enum EndLabelType {
        ///
        END_LABEL_FILLED_BOX,
        ///
-       END_LABEL_STATIC,
-       ///
-       END_LABEL_ENUM_FIRST = END_LABEL_NO_LABEL,
-       ///
-       END_LABEL_ENUM_LAST = END_LABEL_STATIC
+       END_LABEL_STATIC
 };
 
 } // namespace lyx