seat: Remove incorrect comment above repick

This commit is contained in:
Jasper St. Pierre 2014-04-17 17:53:14 -04:00
parent 4b7d77864a
commit e02bf13206

View File

@ -315,11 +315,6 @@ meta_wayland_seat_handle_event (MetaWaylandSeat *seat,
return FALSE; return FALSE;
} }
/* The actor argument can be NULL in which case a Clutter pick will be
performed to determine the right actor. An actor should only be
passed if the repick is being performed due to an event in which
case Clutter will have already performed a pick so we can avoid
redundantly doing another one */
void void
meta_wayland_seat_repick (MetaWaylandSeat *seat, meta_wayland_seat_repick (MetaWaylandSeat *seat,
const ClutterEvent *for_event) const ClutterEvent *for_event)