From: Flavio Tordini Date: Tue, 1 Sep 2015 16:05:54 +0000 (+0200) Subject: Unused code X-Git-Tag: 2.5~26 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c27f8c7c5e9141d535a2aa5baf0efed43c9d7135;p=minitube Unused code --- diff --git a/src/searchview.cpp b/src/searchview.cpp index 2f79703..aa0038a 100644 --- a/src/searchview.cpp +++ b/src/searchview.cpp @@ -104,7 +104,9 @@ SearchView::SearchView(QWidget *parent) : View(parent) { QBoxLayout *tipLayout = new QHBoxLayout(); tipLayout->setSpacing(10); +#ifndef APP_MAC const QFont &biggerFont = FontUtils::big(); +#endif //: "Enter", as in "type". The whole phrase says: "Enter a keyword to start watching videos" QLabel *tipLabel = new QLabel(tr("Enter"), this);