Remove the hack to disable clementine's global menubar, since the appmenu-qt bug has been fixed upstream.

This commit is contained in:
David Sansome 2012-02-11 16:22:12 +00:00
parent 00545a4059
commit 62d5c8224b
1 changed files with 0 additions and 7 deletions

View File

@ -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());