clone: Remove unnecessary G_UNLIKELY macros
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 11 Oct 2010 12:32:26 +0000 (13:32 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 11 Oct 2010 12:32:26 +0000 (13:32 +0100)
commite0058925349046e315e45e14747879e05bdab262
treec67c44131f6e616c558c0f4cccb6fda691070d28
parent12f80db8b8e826db245880c28f05facd0189c0f8
clone: Remove unnecessary G_UNLIKELY macros

A Clone:source property might be NULL, and we should not penalize
performance when we can just bail out early, because that would kind of
defeat the point.
clutter/clutter-clone.c