From 035bbb3250d61723c03e5a4936b4286ee3cf32f6 Mon Sep 17 00:00:00 2001 From: Sebastian Wick Date: Mon, 12 Aug 2024 21:24:35 +0200 Subject: [PATCH] wayland/data-device: Remove unused drag_grab_update_feedback_actor Part-of: --- src/wayland/meta-wayland-data-device.c | 8 -------- src/wayland/meta-wayland-data-device.h | 2 -- 2 files changed, 10 deletions(-) diff --git a/src/wayland/meta-wayland-data-device.c b/src/wayland/meta-wayland-data-device.c index 07bb18d34..9f7637cb5 100644 --- a/src/wayland/meta-wayland-data-device.c +++ b/src/wayland/meta-wayland-data-device.c @@ -321,14 +321,6 @@ meta_wayland_drag_grab_get_focus (MetaWaylandDragGrab *drag_grab) return drag_grab->drag_focus; } -void -meta_wayland_drag_grab_update_feedback_actor (MetaWaylandDragGrab *drag_grab, - const ClutterEvent *event) -{ - meta_feedback_actor_update (META_FEEDBACK_ACTOR (drag_grab->feedback_actor), - event); -} - MetaWaylandSeat * meta_wayland_drag_grab_get_seat (MetaWaylandDragGrab *drag_grab) { diff --git a/src/wayland/meta-wayland-data-device.h b/src/wayland/meta-wayland-data-device.h index 5478ea3ee..8d05cdbd2 100644 --- a/src/wayland/meta-wayland-data-device.h +++ b/src/wayland/meta-wayland-data-device.h @@ -91,8 +91,6 @@ void meta_wayland_drag_grab_set_focus (MetaWaylandDragGrab MetaWaylandSurface *surface); MetaWaylandSurface * meta_wayland_drag_grab_get_focus (MetaWaylandDragGrab *drag_grab); -void meta_wayland_drag_grab_update_feedback_actor (MetaWaylandDragGrab *drag_grab, - const ClutterEvent *event); MetaWaylandSeat * meta_wayland_drag_grab_get_seat (MetaWaylandDragGrab *drag_grab);