lima: remove definition of lima_is_scanout
authorQiang Yu <yuq825@gmail.com>
Thu, 6 Feb 2020 12:20:28 +0000 (20:20 +0800)
committerMarge Bot <eric+marge@anholt.net>
Mon, 17 Feb 2020 02:54:15 +0000 (02:54 +0000)
There is no implementation of this function.

Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>

src/gallium/drivers/lima/lima_context.h

index 375437d92b093403081bedd7ea21c8de1fd55c18..e61605faacfda68d89a335091794517ad65b3f83 100644 (file)
@@ -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