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:
parent
f4b8704ae9
commit
7f9b71cd42
@ -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);
|
||||
|
||||
void meta_kms_update_drop_plane_assignment (MetaKmsUpdate *update,
|
||||
MetaKmsPlane *plane);
|
||||
|
||||
META_EXPORT_TEST
|
||||
GList * meta_kms_update_take_result_listeners (MetaKmsUpdate *update);
|
||||
|
||||
|
@ -244,13 +244,6 @@ drop_plane_assignment (MetaKmsUpdate *update,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
void
|
||||
meta_kms_update_drop_plane_assignment (MetaKmsUpdate *update,
|
||||
MetaKmsPlane *plane)
|
||||
{
|
||||
drop_plane_assignment (update, plane, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
update_latch_crtc (MetaKmsUpdate *update,
|
||||
MetaKmsCrtc *crtc)
|
||||
|
Loading…
Reference in New Issue
Block a user