From f5433a4e1df2b2e37e0c2b92730f2dc32eb4939c Mon Sep 17 00:00:00 2001 From: Otto Bruggeman Date: Tue, 17 Feb 2004 22:31:45 +0000 Subject: [PATCH] Compile fix... the for loop can go entirely... CCMAIL: l.lunak@suse.cz svn path=/trunk/kdebase/kwin/; revision=288868 --- geometry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geometry.cpp b/geometry.cpp index ea5bc723ec..62bbeaff0f 100644 --- a/geometry.cpp +++ b/geometry.cpp @@ -128,7 +128,7 @@ void Workspace::updateClientArea( bool force ) { for( int iS = 0; iS < nscreens; - iS ++ ) + iS ++ ); // kdDebug () << "new_sarea: " << new_sareas[ i ][ iS ] << endl; } // TODO topmenu update for screenarea changes?