Compile fix... the for loop can go entirely...

CCMAIL: l.lunak@suse.cz

svn path=/trunk/kdebase/kwin/; revision=288868
icc-effect-5.14.5
Otto Bruggeman 2004-02-17 22:31:45 +00:00
parent 2eb784cf35
commit f5433a4e1d
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ void Workspace::updateClientArea( bool force )
{ {
for( int iS = 0; for( int iS = 0;
iS < nscreens; iS < nscreens;
iS ++ ) iS ++ );
// kdDebug () << "new_sarea: " << new_sareas[ i ][ iS ] << endl; // kdDebug () << "new_sarea: " << new_sareas[ i ][ iS ] << endl;
} }
// TODO topmenu update for screenarea changes? // TODO topmenu update for screenarea changes?