Remove stupid code

This commit is contained in:
Martin Gräßlin 2012-01-13 09:11:08 +01:00
parent c3ca894171
commit e1f888d1f6

View file

@ -46,8 +46,6 @@ void FadeEffect::reconfigure(ReconfigureFlags)
// Add all existing windows to the window list
// TODO: Enabling desktop effects should trigger windowAdded() on all windows
windows.clear();
if (!fadeWindows)
return;
}
void FadeEffect::prePaintScreen(ScreenPrePaintData& data, int time)