]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetfoot.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetfoot.h
index 14384cd411166d221cb34a07a9d22b0b8ae1ffac..b154412b4e27cb88cfd8d471032310dfc4b356bf 100644 (file)
@@ -25,9 +25,9 @@ public:
        ///
        InsetFoot(BufferParams const &);
        ///
-       InsetFoot(InsetFoot const &, bool same_id = false);
+       InsetFoot(InsetFoot const &);
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
+       Inset * clone() const;
        ///
        Inset::Code lyxCode() const { return Inset::FOOT_CODE; }
        ///