From 739d1c454cb8abdce5737e1657c5db6b25c60096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Tue, 21 Jan 2003 19:09:07 +0000 Subject: [PATCH] No need for this warning in HEAD I guess. svn path=/trunk/kdebase/kwin/; revision=201780 --- workspace.cpp | 1 - 1 file changed, 1 deletion(-) 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 );