[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:
Emmanuele Bassi
2009-07-01 15:15:52 +01:00
parent 37bd35f592
commit 45c85c4213
3 changed files with 12 additions and 57 deletions

View File

@ -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 */