Do not update screen edges when compositing settings changes

The comment says it all: update all settings which can be done through
the compositing KCM. Years ago screen edges was in the composite KCM, but
it no longer is. So there is no need to update the edges when the
compositing settings changes.
icc-effect-5.14.5
Martin Gräßlin 2013-01-21 08:45:33 +01:00
parent 4c0f9f8bbd
commit 6ade1f3ca5
1 changed files with 0 additions and 4 deletions

View File

@ -361,10 +361,6 @@ void Compositor::slotReinitialize()
return;
}
// Update any settings that can be set in the compositing kcm.
#ifdef KWIN_BUILD_SCREENEDGES
Workspace::self()->screenEdge()->update();
#endif
// Restart compositing
finish();
// resume compositing if suspended