]> git.lyx.org Git - features.git/commitdiff
delete unused definition.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 31 Aug 2007 14:24:16 +0000 (14:24 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 31 Aug 2007 14:24:16 +0000 (14:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19949 a592a061-630c-0410-9148-cb99ea01b6c8

src/Text.h

index d69763721430b23650f128fe39982964044b7b44..471d1606a0610e3e42f08c128955225edc35fdc3 100644 (file)
@@ -125,9 +125,6 @@ public:
        /// FIXME: replace Cursor with DocIterator.
        void insertInset(Cursor & cur, Inset * inset);
 
-       /// draw text (only used for insets)
-       void draw(PainterInfo & pi, int x, int y) const;
-
        /// try to handle that request
        /// FIXME: replace Cursor with DocIterator.
        void dispatch(Cursor & cur, FuncRequest & cmd);