mirror of
https://github.com/brl/mutter.git
synced 2025-01-25 02:48:56 +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.