]> git.lyx.org Git - features.git/blobdiff - src/insets/insetlabel.C
read ChangeLog, a lot of whitespace changes. experimental use of libtool
[features.git] / src / insets / insetlabel.C
index 665485d3eef20a4e2ca9b5f93a471227bfc01ad0..fc2b54719f090a253f2dc3aa006d64ba3dbf230a 100644 (file)
@@ -25,15 +25,9 @@ InsetLabel::InsetLabel(string const & cmd)
 }
 
 
-InsetLabel::~InsetLabel()
+InsetLabel * InsetLabel::Clone() const
 {
-}
-
-
-Inset * InsetLabel::Clone()
-{
-       InsetLabel * result = new InsetLabel(getCommand());
-       return result;
+       return new InsetLabel(getCommand());
 }