From c8b53d802086f398e50762762227b9ac4c5c6293 Mon Sep 17 00:00:00 2001 From: Qiang Yu Date: Thu, 6 Feb 2020 20:20:28 +0800 Subject: [PATCH] lima: remove definition of lima_is_scanout There is no implementation of this function. Reviewed-by: Vasily Khoruzhick Signed-off-by: Qiang Yu Part-of: --- src/gallium/drivers/lima/lima_context.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/lima/lima_context.h b/src/gallium/drivers/lima/lima_context.h index 375437d..e61605f 100644 --- a/src/gallium/drivers/lima/lima_context.h +++ b/src/gallium/drivers/lima/lima_context.h @@ -299,6 +299,5 @@ lima_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags); void lima_flush(struct lima_context *ctx); bool lima_need_flush(struct lima_context *ctx, struct lima_bo *bo, bool write); -bool lima_is_scanout(struct lima_context *ctx); #endif -- 2.7.4