From e9a01a39a29e77840c65520cd0cf61a5dceec281 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Tue, 29 Apr 2014 17:38:55 -0700 Subject: [PATCH] Fixed QLINE_MIN_WIDTH warning on mac --- interface/src/Menu.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Menu.cpp b/interface/src/Menu.cpp index 59da23dc88..70c69e2b94 100644 --- a/interface/src/Menu.cpp +++ b/interface/src/Menu.cpp @@ -814,7 +814,6 @@ void sendFakeEnterEvent() { QCoreApplication::sendEvent(glWidget, &enterEvent); } -const int QLINE_MINIMUM_WIDTH = 400; const float DIALOG_RATIO_OF_WINDOW = 0.30f; void Menu::loginForCurrentDomain() {