From: Flavio Date: Thu, 13 Nov 2014 12:22:14 +0000 (+0100) Subject: Removed useless code X-Git-Tag: 2.3.1~6 X-Git-Url: https://git.sur5r.net/?p=minitube;a=commitdiff_plain;h=95b6d782e6a7c40961bb5218f68e2821f4abb51f Removed useless code --- 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);