From 62d5c8224bcce892d8746440b7f8e8e65ffea9c6 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Sat, 11 Feb 2012 16:22:12 +0000 Subject: [PATCH] Remove the hack to disable clementine's global menubar, since the appmenu-qt bug has been fixed upstream. --- src/main.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 9c1179442..00c18a791 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -298,13 +298,6 @@ int main(int argc, char *argv[]) { } } -#ifdef Q_OS_LINUX - // Force Clementine's menu to be shown in the Clementine window and not in - // the Unity global menubar thing. See: - // https://bugs.launchpad.net/unity/+bug/775278 - setenv("QT_X11_NO_NATIVE_MENUBAR", "1", true); -#endif - // Initialise logging logging::Init(); logging::SetLevels(options.log_levels());