diff --git a/src/main_x11.cpp b/src/main_x11.cpp index 66e0341f1c..f00aff8279 100644 --- a/src/main_x11.cpp +++ b/src/main_x11.cpp @@ -299,12 +299,6 @@ void ApplicationX11::crashChecking() system(buf); ::exit(1); } - if (crashes >= 2) { - // Disable compositing if we have had too many crashes - qCDebug(KWIN_CORE) << "Too many crashes recently, disabling compositing"; - KConfigGroup compgroup(KSharedConfig::openConfig(), "Compositing"); - compgroup.writeEntry("Enabled", false); - } // Reset crashes count if we stay up for more that 15 seconds QTimer::singleShot(15 * 1000, this, &Application::resetCrashesCount); }