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:
parent
2eb784cf35
commit
f5433a4e1d
1 changed files with 1 additions and 1 deletions
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue