]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetERT.h
pimpl not needed here
[lyx.git] / src / insets / InsetERT.h
index 8671f72959a2e86acd3c4ac03081b1f192105d3c..bb6fc4c8eadde2b0821b1f7bed531fbaa8bb3c24 100644 (file)
@@ -48,8 +48,6 @@ public:
        ///
        void write(Buffer const & buf, std::ostream & os) const;
        ///
-       void read(Buffer const & buf, Lexer & lex);
-       ///
        virtual docstring const editMessage() const;
        ///
        bool insetAllowed(InsetCode code) const;
@@ -65,14 +63,10 @@ public:
        ///
        void validate(LaTeXFeatures &) const {}
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
-       ///
        void draw(PainterInfo & pi, int x, int y) const;
        ///
        bool showInsetDialog(BufferView *) const;
        ///
-       void getDrawFont(FontInfo &) const;
-       ///
        bool forceDefaultParagraphs(idx_type) const { return true; }
        /// should paragraph indendation be ommitted in any case?
        bool neverIndent(Buffer const &) const { return true; }
@@ -82,8 +76,6 @@ protected:
        virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
-       ///
-       void resetParagraphsFont();
 
 private:
        virtual Inset * clone() const;