From ba59ddb5b9c1fcb7d3481da9d91ad76090ab9834 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Mon, 24 May 2010 07:11:57 +0000 Subject: [PATCH] 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 --- tiling.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tiling.cpp b/tiling.cpp index 6bf33284cf..97e921a484 100644 --- a/tiling.cpp +++ b/tiling.cpp @@ -259,7 +259,6 @@ void Workspace::notifyTilingWindowActivated( Client *c ) foreach( Tile *t, tiles ) { - kDebug(1212) << static_cast(t->client()) << t->floating(); if( t->floating() == raise_floating && t != tile_to_raise ) raiseClient( t->client() ); }