animator: Remove NULL check in remove_key()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 25 Feb 2010 14:02:29 +0000 (14:02 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 25 Feb 2010 14:02:29 +0000 (14:02 +0000)
commit641582533952c91576fb53724b70cbe6afb119db
treea951549ad87f9d2b44d48a79978822fa67f78b21
parent4bc4c604e926b07af9ef4c02fd5f000fc939259b
animator: Remove NULL check in remove_key()

The arguments for remove_key() can be NULL, but there is an extraneous
assertion that fails if they are. The pre-conditions should match the
documentation, in this case.
clutter/clutter-animator.c