svn path=/trunk/kdebase/kwin/; revision=206821
This commit is contained in:
Luboš Luňák 2003-02-14 08:29:47 +00:00
parent 31a47d9819
commit b511a929bc

View file

@ -639,8 +639,6 @@ Client::~Client()
if (moveResizeMode)
stopMoveResize();
releaseWindow();
if( workspace()->activeClient() == this ) // this really shouldn't happen,
workspace()->setActiveClient( NULL ); // but just in case
delete info;
delete d;
}