]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNote.cpp
Further cleanup of InsetFlex, InsetCollapsable and InsetLayout:
[features.git] / src / insets / InsetNote.cpp
index f6e278347478a97814007c5cff07394871cc5a6e..8e34adc33bc334f67b610c8d396a3519b88121a0 100644 (file)
@@ -116,15 +116,12 @@ InsetNote::InsetNote(BufferParams const & bp, string const & label)
        : InsetCollapsable(bp)
 {
        params_.type = notetranslator().find(label);
-       setButtonLabel();
 }
 
 
 InsetNote::InsetNote(InsetNote const & in)
        : InsetCollapsable(in), params_(in.params_)
-{
-       setButtonLabel();
-}
+{}
 
 
 InsetNote::~InsetNote()