core: Drop META_GRAB_OP_FRAME_BUTTON

This is no longer used, since frames and their buttons are no longer
handled by Mutter.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2683>
This commit is contained in:
Carlos Garnacho
2022-09-28 12:10:55 +02:00
committed by Marge Bot
parent 89aef6930e
commit 970ef35a62
2 changed files with 0 additions and 6 deletions

View File

@ -1832,9 +1832,6 @@ get_event_route_from_grab_op (MetaGrabOp op)
case META_GRAB_OP_WAYLAND_POPUP:
return META_EVENT_ROUTE_WAYLAND_POPUP;
case META_GRAB_OP_FRAME_BUTTON:
return META_EVENT_ROUTE_FRAME_BUTTON;
default:
g_assert_not_reached ();
return 0;