cleanup: Remove unused callbacks

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3570>
This commit is contained in:
Bilal Elmoussaoui
2024-02-06 15:47:30 +01:00
committed by Marge Bot
parent 4c4735cdf6
commit 467120d5aa
5 changed files with 2 additions and 46 deletions

View File

@ -24,9 +24,6 @@
#include "backends/native/meta-kms-types.h"
#include "backends/native/meta-kms-types-private.h"
typedef void (* MetaKmsCallback) (MetaKms *kms,
gpointer user_data);
void meta_kms_queue_callback (MetaKms *kms,
GMainContext *main_context,
MetaThreadCallback callback,