Not necessary.

svn path=/trunk/KDE/kdebase/workspace/; revision=736355
This commit is contained in:
Luboš Luňák 2007-11-14 00:49:24 +00:00
parent f406b68a57
commit 30745b9c5d

View file

@ -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 );
}