[wayland] Drop QT_WAYLAND_DISABLE_WINDOWDECORATION env variable

No longer needed as we don't use the Wayland QPA.
This commit is contained in:
Martin Gräßlin 2015-08-19 08:47:18 +02:00
parent cc27042a7b
commit cd0e905248

View file

@ -431,7 +431,6 @@ int main(int argc, char * argv[])
qunsetenv("QT_DEVICE_PIXEL_RATIO");
qunsetenv("QT_IM_MODULE");
qputenv("QT_WAYLAND_DISABLE_WINDOWDECORATION", "1");
qputenv("QSG_RENDER_LOOP", "basic");
KWin::ApplicationWayland a(argc, argv);
a.setupTranslator();