]> 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 52bedb6d29fe09b4a6b52bafae73305af6aeefb4..ab0177cc43c274867563e4a533e7105ce03df500 100644 (file)
@@ -26,14 +26,10 @@ public:
        ///
        ~InsetFloatList();
        ///
-       Inset * clone(Buffer const &) const {
+       Inset * clone() const {
                return new InsetFloatList(getCmdName());
        }
        ///
-       //Inset * clone(Buffer const &, bool = false) const {
-       //      return new InsetFloatList(getCmdName());
-       //}
-       ///
        dispatch_result localDispatch(FuncRequest const & cmd);
        ///
        string const getScreenLabel(Buffer const *) const;