No need for this warning in HEAD I guess.

svn path=/trunk/kdebase/kwin/; revision=201780
This commit is contained in:
Luboš Luňák 2003-01-21 19:09:07 +00:00
parent 62d0395c4a
commit 739d1c454c

View file

@ -826,7 +826,6 @@ QRect Workspace::geometry() const
void Workspace::removeClient( Client* c) {
Q_ASSERT( clients.contains( c ) || desktops.contains( c ));
clients.remove( c );
stacking_order.remove( c );
focus_chain.remove( c );