Not necessary.
svn path=/trunk/KDE/kdebase/workspace/; revision=736355
This commit is contained in:
parent
f406b68a57
commit
30745b9c5d
1 changed files with 0 additions and 3 deletions
|
@ -26,10 +26,7 @@ LogoutEffect::LogoutEffect()
|
|||
void LogoutEffect::prePaintScreen( ScreenPrePaintData& data, int time )
|
||||
{
|
||||
if( logout_window != NULL )
|
||||
{
|
||||
progress = qBound( 0., progress + time / 1000., 1. );
|
||||
data.mask &= ~Effect::PAINT_SCREEN_REGION;
|
||||
}
|
||||
effects->prePaintScreen( data, time );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue