Don't reparse kwinrc in Compositor::reinitialize()

The compositing options are no longer loaded in Compositor::start(), but
when kwin starts or the Workspace is reconfigured.
This commit is contained in:
Vlad Zahorodnii 2023-09-19 17:43:03 +03:00
parent f43e45c984
commit b555157e8d

View file

@ -587,9 +587,6 @@ void Compositor::configChanged()
void Compositor::reinitialize()
{
// Reparse config. Config options will be reloaded by start()
kwinApp()->config()->reparseConfiguration();
// Restart compositing
stop();
start();