Do not delete effects pointer from KWin::Application dtor

Not needed as the Compositor already deletes the effects pointer.
remotes/origin/Plasma/5.0
Martin Gräßlin 13 years ago
parent 3cb4e0322f
commit 87f362c953
  1. 1
      main.cpp

@ -298,7 +298,6 @@ Application::~Application()
if (owner.ownerWindow() != None) // If there was no --replace (no new WM)
XSetInputFocus(display(), PointerRoot, RevertToPointerRoot, xTime());
delete options;
delete effects;
delete atoms;
}

Loading…
Cancel
Save