[actor] Remove the unused get_allocation_coords()
The clutter_actor_get_allocation_coords() is not used, and since the switch to floats in the Actor's API, it returns exactly what the get_allocation_box() returns.
This commit is contained in:
@ -200,4 +200,6 @@
|
||||
|
||||
#define clutter_actor_pick clutter_actor_pick_DEPRECATED_BY_clutter_actor_paint
|
||||
|
||||
#define clutter_actor_get_allocation_coords clutter_actor_get_allocation_coords_DEPRECATED_BY_clutter_actor_get_allocation_box
|
||||
|
||||
#endif /* CLUTTER_DEPRECATED_H */
|
||||
|
Reference in New Issue
Block a user