clutter: Drop CLUTTER_CLIENT_MESSAGE event

This is used nowhere and emitted nowhere. We can do without it.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1623>
This commit is contained in:
Carlos Garnacho
2020-12-07 18:10:58 +01:00
committed by Marge Bot
parent 033423f6db
commit 49b3ac2f86
7 changed files with 1 additions and 24 deletions

View File

@ -111,8 +111,7 @@ handle_idletime_for_event (const ClutterEvent *event)
event->type == CLUTTER_ENTER ||
event->type == CLUTTER_LEAVE ||
event->type == CLUTTER_STAGE_STATE ||
event->type == CLUTTER_DESTROY_NOTIFY ||
event->type == CLUTTER_CLIENT_MESSAGE)
event->type == CLUTTER_DESTROY_NOTIFY)
return;
core_monitor = meta_idle_monitor_get_core ();