]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
Embedding: merge lyx::EmbeddedFiles to lyx::support::EmbeddedFileList
[lyx.git] / src / insets / InsetERT.h
index 33eb5bb27cf5d900988ecd52b544cfeccb4cad73..9a6577dcdccb019ed06a7d749622218687f346c6 100644 (file)
@@ -63,8 +63,6 @@ public:
        ///
        void validate(LaTeXFeatures &) const {}
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        bool showInsetDialog(BufferView *) const;
@@ -78,16 +76,10 @@ protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
-       ///
-       void resetParagraphsFont();
-       ///
-       void getDrawFont(FontInfo &) const;
 
 private:
        virtual Inset * clone() const;
        ///
-       void init();
-       ///
        void setButtonLabel();
        ///
        bool allowSpellCheck() const { return false; }