mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 14:53:03 +00:00
bcd9a6dcec
* clutter/clutter-actor.c: Remove the usage of g_return_if_fail() from static functions: either assert or use g_warning() to check internal state, as g_return_if_fail() can be compiled out. * clutter/clutter-main.c: Ditto as above.