[actor] Remove unused clutter_actor_pick()
The clutter_actor_pick() function just emits the ::pick signal on the actor. Nobody should be using it, since the paint() method is already context sensitive and will result in a ::pick emission by itself. The clutter_actor_pick() is just confusing things.
This commit is contained in:
@ -198,4 +198,6 @@
|
||||
|
||||
#define clutter_timeline_get_progressx clutter_timeline_get_progressx_DEPRECATED_BY_clutter_timeline_get_progress
|
||||
|
||||
#define clutter_actor_pick clutter_actor_pick_DEPRECATED_BY_clutter_actor_paint
|
||||
|
||||
#endif /* CLUTTER_DEPRECATED_H */
|
||||
|
Reference in New Issue
Block a user