Remove unused meta_wayland_pointer_constraint_get_seat
Unused since 8a8d47725c
("backends: Delegate pointer confinements to
an impl object").
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3154>
This commit is contained in:
parent
09feed5d21
commit
76c5eb0060
@ -608,12 +608,6 @@ meta_wayland_pointer_constraint_maybe_enable_for_window (MetaWindow *window)
|
||||
}
|
||||
}
|
||||
|
||||
MetaWaylandSeat *
|
||||
meta_wayland_pointer_constraint_get_seat (MetaWaylandPointerConstraint *constraint)
|
||||
{
|
||||
return constraint->seat;
|
||||
}
|
||||
|
||||
cairo_region_t *
|
||||
meta_wayland_pointer_constraint_calculate_effective_region (MetaWaylandPointerConstraint *constraint)
|
||||
{
|
||||
|
@ -37,8 +37,6 @@ G_DECLARE_FINAL_TYPE (MetaWaylandPointerConstraint,
|
||||
|
||||
void meta_wayland_pointer_constraints_init (MetaWaylandCompositor *compositor);
|
||||
|
||||
MetaWaylandSeat * meta_wayland_pointer_constraint_get_seat (MetaWaylandPointerConstraint *constraint);
|
||||
|
||||
cairo_region_t * meta_wayland_pointer_constraint_calculate_effective_region (MetaWaylandPointerConstraint *constraint);
|
||||
|
||||
MetaWaylandSurface * meta_wayland_pointer_constraint_get_surface (MetaWaylandPointerConstraint *constraint);
|
||||
|
Loading…
Reference in New Issue
Block a user