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

@ -22,8 +22,6 @@ struct wlr_drm_interface {
bool (*commit)(struct wlr_drm_backend *drm,
const struct wlr_drm_device_state *state,
struct wlr_drm_page_flip *page_flip, uint32_t flags, bool test_only);
// Turn off everything
bool (*reset)(struct wlr_drm_backend *drm);
};
extern const struct wlr_drm_interface atomic_iface;