]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTheorem.cpp
* InsetCollapsable:
[lyx.git] / src / insets / InsetTheorem.cpp
index 02d592295afe39d73d16cdc68ecca88b5e59c94b..676248caff71773f850d691500fb3ab2125f94fa 100644 (file)
@@ -40,11 +40,6 @@ Inset.heorem::InsetTheorem()
        : InsetCollapsable()
 {
        setLabel(_("theorem"));
-       FontInfo font = sane_font;
-       font.decSize();
-       font.decSize();
-       font.setColor(Color_collapsable);
-       setLabelFont(font);
 #if 0
        setAutoCollapse(false);
 #endif