From 82d372dff843ceb4030420775545dd9996c5e9c1 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 31 Aug 2007 14:24:16 +0000 Subject: [PATCH] delete unused definition. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19949 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Text.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Text.h b/src/Text.h index d697637214..471d1606a0 100644 --- a/src/Text.h +++ b/src/Text.h @@ -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); -- 2.39.2