diff --git a/workspace.cpp b/workspace.cpp index a3e75af434..3e181737e9 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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 );