]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetGraphics.h
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[features.git] / src / insets / InsetGraphics.h
index 5f8f5aea35259ab054d97f7a46597afb7a16190f..dae9a701d2a42711b8b01bae621058c9381c09de 100644 (file)
@@ -56,8 +56,6 @@ private:
        ///
        InsetGraphics(InsetGraphics const &);
 
-       ///
-       void setBuffer(Buffer & buffer);
        ///
        bool isLabeled() const { return true; }
        void metrics(MetricsInfo &, Dimension &) const;
@@ -92,10 +90,6 @@ private:
        void editGraphics(InsetGraphicsParams const &, Buffer const &) const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
-       /// all graphics can be embedded
-       void registerEmbeddedFiles(EmbeddedFileList &) const;
-       ///
-       void updateEmbeddedFile(EmbeddedFile const &);
        ///
        void addToToc(ParConstIterator const &) const;
        ///