Removed one debug statement that causes trouble with Sun compilier. I don't think the debug statement is needed.

BUG: 235404

svn path=/trunk/KDE/kdebase/workspace/; revision=1130002
This commit is contained in:
Martin Gräßlin 2010-05-24 07:11:57 +00:00
parent f66b40b002
commit ba59ddb5b9

View file

@ -259,7 +259,6 @@ void Workspace::notifyTilingWindowActivated( Client *c )
foreach( Tile *t, tiles )
{
kDebug(1212) << static_cast<Toplevel *>(t->client()) << t->floating();
if( t->floating() == raise_floating && t != tile_to_raise )
raiseClient( t->client() );
}