diff --git a/src/main_x11.cpp b/src/main_x11.cpp index 5cb226c74f..bb722bf5d8 100644 --- a/src/main_x11.cpp +++ b/src/main_x11.cpp @@ -342,10 +342,6 @@ int main(int argc, char *argv[]) signal(SIGPIPE, SIG_IGN); - // 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); - // enforce xcb plugin, unfortunately command line switch has precedence setenv("QT_QPA_PLATFORM", "xcb", true);