]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcite.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetcite.h
index b9c47ac4a0df63ecc30aaa7bf4f0709a45b7a31e..5618e282b91793060b939501fbda2572e2197355 100644 (file)
@@ -23,18 +23,12 @@ public:
        ///
        InsetCitation(InsetCommandParams const &);
        ///
-       //InsetCitation(InsetCommandParams const &, bool same_id);
-       ///
        ~InsetCitation();
        ///
-       Inset * clone(Buffer const &) const {
+       Inset * clone() const {
                return new InsetCitation(params());
        }
        ///
-       //Inset * clone(Buffer const &, bool same_id) const {
-       //      return new InsetCitation(params(), same_id);
-       //}
-       ///
        string const getScreenLabel(Buffer const *) const;
        ///
        EDITABLE editable() const { return IS_EDITABLE; }