]> git.sur5r.net Git - minitube/commitdiff
Unused code
authorFlavio Tordini <flavio.tordini@gmail.com>
Tue, 1 Sep 2015 16:05:54 +0000 (18:05 +0200)
committerFlavio Tordini <flavio.tordini@gmail.com>
Tue, 1 Sep 2015 16:05:54 +0000 (18:05 +0200)
src/searchview.cpp

index 2f79703f213392d3afa66cfef2717fc2a619d23e..aa0038a86f603ddeb1da82cb8d764a72e4c89a63 100644 (file)
@@ -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);