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:
parent
f43e45c984
commit
b555157e8d
1 changed files with 0 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue