]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTheorem.cpp
* InsetCollapsable:
[lyx.git] / src / insets / InsetTheorem.cpp
index 9c9536d8bfda70e735403487d721ed17cbaa9dd1..676248caff71773f850d691500fb3ab2125f94fa 100644 (file)
@@ -16,7 +16,7 @@
 
 #include "debug.h"
 #include "gettext.h"
-#include "Font.h"
+#include "FontInfo.h"
 #include "Text.h"
 #include "MetricsInfo.h"
 
@@ -40,11 +40,6 @@ Inset.heorem::InsetTheorem()
        : InsetCollapsable()
 {
        setLabel(_("theorem"));
-       Font font(Font::ALL_SANE);
-       font.decSize();
-       font.decSize();
-       font.setColor(Color_collapsable);
-       setLabelFont(font);
 #if 0
        setAutoCollapse(false);
 #endif