From 95b6d782e6a7c40961bb5218f68e2821f4abb51f Mon Sep 17 00:00:00 2001 From: Flavio Date: Thu, 13 Nov 2014 13:22:14 +0100 Subject: [PATCH] Removed useless code --- src/refinesearchwidget.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/refinesearchwidget.cpp b/src/refinesearchwidget.cpp index 46f4099..cba9079 100644 --- a/src/refinesearchwidget.cpp +++ b/src/refinesearchwidget.cpp @@ -160,9 +160,6 @@ void RefineSearchWidget::setupLabel(QString text, QBoxLayout *layout, QString pa QLabel *icon = new QLabel(this); icon->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); QString resource = paramName; -#ifdef APP_EXTRA - resource = Extra::resourceName(resource); -#endif QPixmap pixmap = QPixmap(":/images/search-" + resource + ".png"); QPixmap translucentPixmap(pixmap.size()); translucentPixmap.fill(Qt::transparent); -- 2.39.5