From: Qiang Yu Date: Thu, 6 Feb 2020 12:20:28 +0000 (+0800) Subject: lima: remove definition of lima_is_scanout X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c8b53d802086f398e50762762227b9ac4c5c6293;p=mesa.git 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: --- diff --git a/src/gallium/drivers/lima/lima_context.h b/src/gallium/drivers/lima/lima_context.h index 375437d92b0..e61605faacf 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