From 431a1d12cc48060366caf49da76108cd0406b0f6 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 26 Mar 2018 15:11:45 +0100 Subject: gbm: remove never-implemented function I assume this was implemented in a previous version of that commit, but was removed in the version that actually landed. Fixes: 8430af5ebe1ee8119e14 "Add support for swrast to the DRM EGL platform" Cc: Giovanni Campagna Signed-off-by: Eric Engestrom Reviewed-by: Emil Velikov --- src/gbm/main/gbm.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gbm/main/gbm.h') diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index 7710e61b132..e95f9e34960 100644 --- a/src/gbm/main/gbm.h +++ b/src/gbm/main/gbm.h @@ -386,8 +386,6 @@ gbm_surface_create_with_modifiers(struct gbm_device *gbm, uint32_t format, const uint64_t *modifiers, const unsigned int count); -int -gbm_surface_needs_lock_front_buffer(struct gbm_surface *surface); struct gbm_bo * gbm_surface_lock_front_buffer(struct gbm_surface *surface); -- cgit v1.2.3