From c27f8c7c5e9141d535a2aa5baf0efed43c9d7135 Mon Sep 17 00:00:00 2001 From: Flavio Tordini Date: Tue, 1 Sep 2015 18:05:54 +0200 Subject: [PATCH] Unused code --- src/searchview.cpp | 2 ++ 1 file changed, 2 insertions(+) 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); -- 2.39.2