mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 18:39:09 +00:00
57a5f2296a
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.