]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.h
pimpl not needed here
[lyx.git] / src / insets / InsetFlex.h
index da421d5f00e05a18d0729e053eac148a2bb021c8..e21774e0c829f82753d83bf3697929b037a318e6 100644 (file)
@@ -56,12 +56,6 @@ public:
        ///
        void read(Buffer const & buf, Lexer & lex);
        ///
-       void metrics(MetricsInfo &, Dimension &) const;
-       ///
-       void draw(PainterInfo &, int, int) const;
-       ///
-       void getDrawFont(FontInfo &) const;
-       ///
        bool forceDefaultParagraphs(idx_type) const { return true; }
 
        ///
@@ -81,9 +75,6 @@ public:
 
 protected:
        InsetFlex(InsetFlex const &);
-       virtual void doDispatch(Cursor & cur, FuncRequest & cmd);
-       ///
-       bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
 
 private:
        friend class InsetFlexParams;