]> 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 7db9dcba24f5821ddca556cf9f45061ec07b9d22..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);
@@ -82,8 +87,8 @@ dispatch_result InsetLabel::localDispatch(FuncRequest const & cmd)
 }
 
 
-int InsetLabel::latex(Buffer const *, ostream & os, LatexRunParams const &,
-                     bool /*fragile*/, bool /*fs*/) const
+int InsetLabel::latex(Buffer const *, ostream & os,
+                     LatexRunParams const &) const
 {
        os << escape(getCommand());
        return 0;