core: Drop unused private functions

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3492>
This commit is contained in:
Bilal Elmoussaoui
2024-01-06 11:16:45 +01:00
committed by Marge Bot
parent ad49ecccf7
commit 74cab06b72
15 changed files with 15 additions and 81 deletions

View File

@ -37,9 +37,6 @@ struct _MetaStartupSequenceClass
MetaStartupNotification *
meta_startup_notification_new (MetaDisplay *display);
gboolean meta_startup_notification_handle_xevent (MetaStartupNotification *sn,
XEvent *xevent);
void meta_startup_notification_add_sequence (MetaStartupNotification *sn,
MetaStartupSequence *seq);
void meta_startup_notification_remove_sequence (MetaStartupNotification *sn,