mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +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);
|
update_latch_crtc (update, crtc);
|
||||||
}
|
}
|
||||||
|
|
||||||
gboolean
|
|
||||||
meta_kms_update_is_flushing (MetaKmsUpdate *update,
|
|
||||||
MetaKmsCrtc *crtc)
|
|
||||||
{
|
|
||||||
return update->latch_crtc == crtc;
|
|
||||||
}
|
|
||||||
|
|
||||||
MetaKmsCrtc *
|
MetaKmsCrtc *
|
||||||
meta_kms_update_get_latch_crtc (MetaKmsUpdate *update)
|
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,
|
void meta_kms_update_set_flushing (MetaKmsUpdate *update,
|
||||||
MetaKmsCrtc *crtc);
|
MetaKmsCrtc *crtc);
|
||||||
|
|
||||||
gboolean meta_kms_update_is_flushing (MetaKmsUpdate *update,
|
|
||||||
MetaKmsCrtc *crtc);
|
|
||||||
|
|
||||||
META_EXPORT_TEST
|
META_EXPORT_TEST
|
||||||
MetaKmsDevice * meta_kms_update_get_device (MetaKmsUpdate *update);
|
MetaKmsDevice * meta_kms_update_get_device (MetaKmsUpdate *update);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user