core: Drop META_EVENT_ROUTE_WAYLAND_POPUP

This is now unused.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2683>
This commit is contained in:
Carlos Garnacho
2022-09-29 15:34:17 +02:00
committed by Marge Bot
parent a91feeb5df
commit 589ec26b04
4 changed files with 0 additions and 8 deletions

View File

@ -335,7 +335,6 @@ sync_focus_surface (MetaWaylandPointer *pointer)
break;
case META_EVENT_ROUTE_NORMAL:
case META_EVENT_ROUTE_WAYLAND_POPUP:
{
const MetaWaylandPointerGrabInterface *interface = pointer->grab->interface;
interface->focus (pointer->grab, pointer->current);
@ -512,7 +511,6 @@ default_grab_focus (MetaWaylandPointerGrab *grab,
break;
case META_EVENT_ROUTE_NORMAL:
case META_EVENT_ROUTE_WAYLAND_POPUP:
break;
}