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

CCMAIL: l.lunak@suse.cz

svn path=/trunk/kdebase/kwin/; revision=288868
This commit is contained in:
Otto Bruggeman 2004-02-17 22:31:45 +00:00
parent 2eb784cf35
commit f5433a4e1d

View file

@ -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?