From e02bf13206070ef1efb4b334a87d19e6d4fbbcec Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Thu, 17 Apr 2014 17:53:14 -0400 Subject: [PATCH] seat: Remove incorrect comment above repick --- src/wayland/meta-wayland-seat.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wayland/meta-wayland-seat.c b/src/wayland/meta-wayland-seat.c index 9fbe582b5..4bd6ea47a 100644 --- a/src/wayland/meta-wayland-seat.c +++ b/src/wayland/meta-wayland-seat.c @@ -315,11 +315,6 @@ meta_wayland_seat_handle_event (MetaWaylandSeat *seat, 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 meta_wayland_seat_repick (MetaWaylandSeat *seat, const ClutterEvent *for_event)