1
0
Fork 0

Remove unused meta_kms_update_drop_plane_assignment

Unused since 02b1cfe08f ("onscreen/native: Handle unexpected scanout
failures async").

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3154>
This commit is contained in:
Michel Dänzer 2023-08-06 10:43:19 +02:00 committed by Marge Bot
parent f4b8704ae9
commit 7f9b71cd42
2 changed files with 0 additions and 10 deletions

View file

@ -184,9 +184,6 @@ GList * meta_kms_update_get_crtc_color_updates (MetaKmsUpdate *update);
MetaKmsCustomPageFlip * meta_kms_update_take_custom_page_flip_func (MetaKmsUpdate *update); MetaKmsCustomPageFlip * meta_kms_update_take_custom_page_flip_func (MetaKmsUpdate *update);
void meta_kms_update_drop_plane_assignment (MetaKmsUpdate *update,
MetaKmsPlane *plane);
META_EXPORT_TEST META_EXPORT_TEST
GList * meta_kms_update_take_result_listeners (MetaKmsUpdate *update); GList * meta_kms_update_take_result_listeners (MetaKmsUpdate *update);

View file

@ -244,13 +244,6 @@ drop_plane_assignment (MetaKmsUpdate *update,
return FALSE; return FALSE;
} }
void
meta_kms_update_drop_plane_assignment (MetaKmsUpdate *update,
MetaKmsPlane *plane)
{
drop_plane_assignment (update, plane, NULL);
}
static void static void
update_latch_crtc (MetaKmsUpdate *update, update_latch_crtc (MetaKmsUpdate *update,
MetaKmsCrtc *crtc) MetaKmsCrtc *crtc)