backend/drm: Remove reset from interface

The reset implementations are no longer used.
This commit is contained in:
Kenny Levinsen 2024-10-29 11:13:13 +01:00
parent 0f255b46fc
commit 1edd5e224f
4 changed files with 0 additions and 44 deletions

View file

@ -508,5 +508,4 @@ const struct wlr_drm_interface liftoff_iface = {
.init = init,
.finish = finish,
.commit = commit,
.reset = drm_atomic_reset,
};