interval: Remove unnecessary check
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 18 Jun 2012 17:02:58 +0000 (18:02 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 18 Jun 2012 17:04:54 +0000 (18:04 +0100)
commit54e22590b95c54dcba066e9519b87e529d33cf7d
tree6a7b633a2b185176a0639e064ed319c6f140de4d
parenta0c620b1576a9d72a4f5dc517169778fadec7fa9
interval: Remove unnecessary check

Now that the interval can transform the initial and final values to the
type declared when constructing it, there is no need to check for the
value type inside set_initial_value() and set_final_value().
clutter/clutter-interval.c