]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetWrap.cpp
pimpl not needed here
[lyx.git] / src / insets / InsetWrap.cpp
index 008c3250b9d3979765587e816446e2461adc259b..35271bbf1e10a5c97e35f2304288b4d746e2b098 100644 (file)
@@ -47,11 +47,6 @@ InsetWrap::InsetWrap(BufferParams const & bp, string const & type)
        : InsetCollapsable(bp), name_(from_utf8(type))
 {
        setLabel(_("wrap: ") + floatName(type, bp));
-       FontInfo font = sane_font;
-       font.decSize();
-       font.decSize();
-       font.setColor(Color_collapsable);
-       setLabelFont(font);
        params_.type = type;
        params_.lines = 0;
        params_.placement = "o";