[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:
@ -282,7 +282,6 @@ clutter_actor_queue_redraw
|
||||
clutter_actor_queue_relayout
|
||||
clutter_actor_destroy
|
||||
clutter_actor_event
|
||||
clutter_actor_pick
|
||||
clutter_actor_should_pick_paint
|
||||
clutter_actor_map
|
||||
clutter_actor_unmap
|
||||
|
Reference in New Issue
Block a user