1
0
Fork 0

wayland/data-device: Remove unused drag_grab_update_feedback_actor

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3941>
This commit is contained in:
Sebastian Wick 2024-08-12 21:24:35 +02:00
parent a43dbd46fb
commit 035bbb3250
2 changed files with 0 additions and 10 deletions

View file

@ -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)
{

View file

@ -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);