]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfloatlist.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetfloatlist.h
index ec2f3acfbbd36a828a2f6e46add9337084488248..ab0177cc43c274867563e4a533e7105ce03df500 100644 (file)
@@ -26,7 +26,7 @@ public:
        ///
        ~InsetFloatList();
        ///
-       Inset * clone(Buffer const &, bool = false) const {
+       Inset * clone() const {
                return new InsetFloatList(getCmdName());
        }
        ///
@@ -44,8 +44,8 @@ public:
        ///
        void read(Buffer const *, LyXLex &);
        ///
-       int latex(Buffer const *, std::ostream &, LatexRunParams const &,
-                 bool, bool) const;
+       int latex(Buffer const *, std::ostream &,
+                 LatexRunParams const &) const;
        ///
        int linuxdoc(Buffer const *, std::ostream &) const { return 0; }
        ///