diff --git a/main.cpp b/main.cpp index d4b4081315..76fc78eaf8 100644 --- a/main.cpp +++ b/main.cpp @@ -413,11 +413,6 @@ KWIN_EXPORT int kdemain(int argc, char * argv[]) mallopt(M_TRIM_THRESHOLD, 5*pagesize); #endif // M_TRIM_THRESHOLD - const QByteArray loopName = qgetenv("QSG_RENDER_LOOP"); - if (loopName.isEmpty()) { - setenv("QSG_RENDER_LOOP", "basic", 1); - } - KLocalizedString::setApplicationDomain("kwin"); QLoggingCategory::setFilterRules(QStringLiteral("aurorae.debug = true\n") + QStringLiteral("kwineffects.debug = true"));