summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2017-11-25 21:06:12 +0100
committerMateusz Łukasik <mati75@linuxmint.pl>2017-11-25 21:06:12 +0100
commitd766ddb2d0f17beb0589a0375ee2d0509de2641d (patch)
treeee518316cae614b29dbd2ffc35fd5a39b52c5796 /src/main.cpp
parent257473284e04d45384e8e504d3c69b79872785b0 (diff)
New upstream version 17.11.2~ds0
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 19b704e..73f498c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -47,13 +47,6 @@ QString hdpiConfig() {
int main( int argc, char ** argv )
{
-#ifdef Q_OS_LINUX
- // There a are reports that SMPlayer doesn't work well with
- // the KDE global menu, so this should disable it.
- qputenv("KDE_NO_GLOBAL_MENU", QByteArray("1"));
- //qDebug() << "KDE_NO_GLOBAL_MENU:" << qgetenv("KDE_NO_GLOBAL_MENU");
-#endif
-
#ifdef HDPI_SUPPORT
QString hdpi_config_path = hdpiConfig();
HDPISupport * hdpi = 0;