From 40970a32f13d7c839d935ca7f812b44551495dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 16 Mar 2012 10:46:51 +0100 Subject: [PATCH] Drop workaround for BUG 157659 Workaround for a Qt4.4RC1 redrawing bug is no longer needed. CCBUG: 157659 REVIEW: 104300 --- main.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 768c33147d..06738a8504 100644 --- a/main.cpp +++ b/main.cpp @@ -496,9 +496,6 @@ KDE_EXPORT int kdemain(int argc, char * argv[]) if (KDE_signal(SIGHUP, KWin::sighandler) == SIG_IGN) KDE_signal(SIGHUP, SIG_IGN); - // HACK: this is needed to work around a Qt4.4.0RC1 bug (#157659) - setenv("QT_SLOW_TOPLEVEL_RESIZE", "1", true); - // Disable the glib event loop integration, since it seems to be responsible // for several bug reports about high CPU usage (bug #239963) setenv("QT_NO_GLIB", "1", true);