mirror of
https://github.com/brl/mutter.git
synced 2025-03-05 12:48:11 +00:00

pre_paint() and post_paint() implementations don't need to check whether an effect is disabled: Clutter will not apply an effect unless it is enabled. So remove code which checks whether the effect is enabled or disabled from the example applications and the documentation.