mirror of
https://github.com/brl/mutter.git
synced 2024-12-25 12:32:05 +00:00
kms/update: Remove unused is_flushing function
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3148>
This commit is contained in:
parent
6c97bd79d7
commit
5a33e98431
@ -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)
|
||||
{
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user