]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlabel.C
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetlabel.C
index 8f6887eed65b3bbc28f0bd36c1f1b3109fd0d0bd..fcab20f0258f40be57694eea103113bed21d03ab 100644 (file)
@@ -27,11 +27,16 @@ using std::vector;
 using std::pair;
 
 
-InsetLabel::InsetLabel(InsetCommandParams const & p, bool)
+InsetLabel::InsetLabel(InsetCommandParams const & p)
        : InsetCommand(p)
 {}
 
 
+// InsetLabel::InsetLabel(InsetCommandParams const & p, bool)
+//     : InsetCommand(p, false)
+// {}
+
+
 InsetLabel::~InsetLabel()
 {
        InsetCommandMailer mailer("label", *this);