]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbibitem.h
Clean up InsetGraphics::Cache and rename as GraphicsInset.
[lyx.git] / src / insets / insetbibitem.h
index 8156b1ca7e8719c4e70976358d745fd2bf3058e4..03a6406883a9d18ce3e8b0557eb7bbd105212df5 100644 (file)
@@ -29,7 +29,7 @@ public:
        ///
        ~InsetBibitem();
        ///
-       Inset * clone(Buffer const &, bool same_id = false) const;
+       Inset * clone() const;
        ///
        virtual dispatch_result localDispatch(FuncRequest const & cmd);
        /** Currently \bibitem is used as a LyX2.x command,
@@ -41,10 +41,6 @@ public:
        ///
        virtual string const getScreenLabel(Buffer const *) const;
        ///
-       void edit(BufferView *, int x, int y, mouse_button::state button);
-       ///
-       void edit(BufferView * bv, bool front = true);
-       ///
        EDITABLE editable() const { return IS_EDITABLE; }
        ///
        Inset::Code lyxCode() const { return Inset::BIBITEM_CODE; }
@@ -53,7 +49,7 @@ public:
        ///
        void setCounter(int);
        ///
-       int  getCounter() const { return counter; }
+       int getCounter() const { return counter; }
        ///
        string const getBibLabel() const;
        ///