Disable debug output for now.

svn path=/trunk/kdebase/kwin/; revision=253820
This commit is contained in:
Luboš Luňák 2003-09-25 10:47:36 +00:00
parent 8261663d5d
commit 0a84495ba9

View file

@ -198,7 +198,7 @@ Client* Workspace::topClientOnDesktop( int desktop ) const
Client* Workspace::findDesktop( bool topmost, int desktop ) const
{
Q_ASSERT( block_stacking_updates == 0 );
// TODO Q_ASSERT( block_stacking_updates == 0 );
if( topmost )
{
for ( ClientList::ConstIterator it = stacking_order.fromLast(); it != stacking_order.end(); --it)