kms/update: Remove unused is_flushing function

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3148>
This commit is contained in:
Daniel van Vugt 2023-07-26 17:58:03 +08:00 committed by Marge Bot
parent 6c97bd79d7
commit 5a33e98431
2 changed files with 0 additions and 10 deletions

View File

@ -1092,13 +1092,6 @@ meta_kms_update_set_flushing (MetaKmsUpdate *update,
update_latch_crtc (update, crtc);
}
gboolean
meta_kms_update_is_flushing (MetaKmsUpdate *update,
MetaKmsCrtc *crtc)
{
return update->latch_crtc == crtc;
}
MetaKmsCrtc *
meta_kms_update_get_latch_crtc (MetaKmsUpdate *update)
{

View File

@ -111,9 +111,6 @@ void meta_kms_update_free (MetaKmsUpdate *update);
void meta_kms_update_set_flushing (MetaKmsUpdate *update,
MetaKmsCrtc *crtc);
gboolean meta_kms_update_is_flushing (MetaKmsUpdate *update,
MetaKmsCrtc *crtc);
META_EXPORT_TEST
MetaKmsDevice * meta_kms_update_get_device (MetaKmsUpdate *update);