[plasma/kwin] src: Drop unneeded reparseConfiguration()
Nicolas Fella <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 9ad29b8cc18365af075dc9be1d144f3e0876fa00 by Nicolas Fella.
Committed on 27/07/2026 at 19:01.
Pushed by nicolasfella into branch 'master'.
Drop unneeded reparseConfiguration()
M +0 -5 src/main.cpp
https://invent.kde.org/plasma/kwin/-/commit/9ad29b8cc18365af075dc9be1d144f3e0876fa00
diff --git a/src/main.cpp b/src/main.cpp
index 533958f7fed..67b41771604 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -101,11 +101,6 @@ void Application::start()
setQuitOnLastWindowClosed(false);
setQuitLockEnabled(false);
- if (!m_config->isImmutable()) {
- // TODO: This shouldn't be necessary
- // config->setReadOnly( true );
- m_config->reparseConfiguration();
- }
if (!m_kxkbConfig) {
m_kxkbConfig = KSharedConfig::openConfig(QStringLiteral("kxkbrc"), KConfig::NoGlobals);
}