From 140958f4a36b0793d39876b9f20ba9bea967c00f Mon Sep 17 00:00:00 2001 From: Dov Feldstern Date: Wed, 4 Jun 2008 21:05:27 +0000 Subject: [PATCH] this entire method can now be removed (thanks for pointing this out, Bernhard!) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25120 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiCompleter.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/frontends/qt4/GuiCompleter.cpp b/src/frontends/qt4/GuiCompleter.cpp index c07b35efa4..0c4a732064 100644 --- a/src/frontends/qt4/GuiCompleter.cpp +++ b/src/frontends/qt4/GuiCompleter.cpp @@ -54,13 +54,6 @@ public: {} protected: - void drawDisplay(QPainter * painter, - QStyleOptionViewItem const & option, - QRect const & rect, QString const & text) const - { - QItemDelegate::drawDisplay(painter, option, rect, text); - } - void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const { -- 2.39.5