]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
Remove unused font variable which caused a warning.
[lyx.git] / src / LColor.h
index 2c33077d7043059ba6a045913cb1831f5fd14c21..1799d3f4c983f178fbd3db2e6da0e9b3e6b198ed 100644 (file)
@@ -83,8 +83,6 @@ public:
                note,
                /// Background color of notes
                notebg,
-               /// Frame color for notes
-               noteframe,
 
 
                /// Color for the depth bars in the margin
@@ -106,6 +104,8 @@ public:
                math,
                /// Math inset background color
                mathbg,
+               /// Macro math inset background color
+               mathmacrobg,
                /// Math inset frame color
                mathframe,
                /// Math cursor color
@@ -113,16 +113,14 @@ public:
                /// Math line color
                mathline,
 
-               /// Footnote marker text
-               // FIXME: this is seemingly mis-used all over the place
-               footnote,
-               /// Footnote line color
-               footnoteframe,
+               /// caption frame color
+               captionframe,
+               /// collapsable insets text
+               collapsable,
+               /// collapsable insets frame
+               collapsableframe,
 
-               /// ERT marker text
-               // FIXME: is there any reason this is different from latex ?
-               ert,
-               
                /// Inset marker background color
                insetbg,
                /// Inset marker frame color