animator: Remove redundant declaration in header file
clutter_animator_property_set_interpolation was declared twice in clutter-animator.h http://bugzilla.openedhand.com/show_bug.cgi?id=2012
This commit is contained in:
parent
53eecb8469
commit
7d0ad7ac1b
@ -136,11 +136,6 @@ gboolean clutter_animator_compute_value (ClutterAnimato
|
||||
gdouble progress,
|
||||
GValue *value);
|
||||
|
||||
void clutter_animator_property_set_interpolation (ClutterAnimator *animator,
|
||||
GObject *object,
|
||||
const gchar *property_name,
|
||||
ClutterInterpolation interpolation);
|
||||
|
||||
ClutterTimeline * clutter_animator_get_timeline (ClutterAnimator *animator);
|
||||
void clutter_animator_set_timeline (ClutterAnimator *animator,
|
||||
ClutterTimeline *timeline);
|
||||
|
Loading…
Reference in New Issue
Block a user