From 4486b52aa8e5e5273a779908ad8e823fa1bd2812 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Mon, 13 Aug 2018 09:37:44 +0300 Subject: move wlr_drm_connector_add_mode to wlr/backend/drm.h --- include/backend/drm/drm.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/backend/drm') diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 416507ea..5d6ff231 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -143,9 +143,5 @@ void restore_drm_outputs(struct wlr_drm_backend *drm); void scan_drm_connectors(struct wlr_drm_backend *state); int handle_drm_event(int fd, uint32_t mask, void *data); void enable_drm_connector(struct wlr_output *output, bool enable); -/** - * Add mode to the list of available modes - */ -bool wlr_drm_connector_add_mode(struct wlr_output *output, const drmModeModeInfo *mode); #endif -- cgit v1.2.3