]> git.lyx.org Git - features.git/commitdiff
remove InsetCaption::drawSelection(): this was not used.
authorAbdelrazak Younes <younes@lyx.org>
Mon, 17 Sep 2007 21:51:32 +0000 (21:51 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 17 Sep 2007 21:51:32 +0000 (21:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20328 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetCaption.cpp
src/insets/InsetCaption.h

index e97c3b88a5677d141a3f4be5a1dedea37692815f..75ab04a986d193ead9dadce1ec0c2bda5377b69d 100644 (file)
@@ -160,12 +160,6 @@ void InsetCaption::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetCaption::drawSelection(PainterInfo & pi, int x, int y) const
-{
-       InsetText::drawSelection(pi, x + labelwidth_, y);
-}
-
-
 void InsetCaption::edit(Cursor & cur, bool left)
 {
        cur.push(*this);
index 23d0102a6add7c2aeb2d3c1e8072cea423cc9e2c..3c82615e827a468ec6c85cbc0effe5a931ddff71 100644 (file)
@@ -49,8 +49,6 @@ public:
        ///
        virtual void draw(PainterInfo & pi, int x, int y) const;
        ///
-       void drawSelection(PainterInfo & pi, int x, int y) const;
-       ///
        virtual void edit(Cursor & cur, bool left);
        ///
        virtual Inset * editXY(Cursor & cur, int x, int y);