diff options
author | Qiang Yu <[email protected]> | 2020-02-06 20:20:28 +0800 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-17 02:54:15 +0000 |
commit | c8b53d802086f398e50762762227b9ac4c5c6293 (patch) | |
tree | c5dce080767cd7756c446fb24094f7fd6e1577b1 /src/gallium/drivers/lima/lima_context.h | |
parent | 0c4a70b64d6f916ecdf9055b52078bf4f63e7a97 (diff) |
lima: remove definition of lima_is_scanout
There is no implementation of this function.
Reviewed-by: Vasily Khoruzhick <[email protected]>
Signed-off-by: Qiang Yu <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
Diffstat (limited to 'src/gallium/drivers/lima/lima_context.h')
-rw-r--r-- | src/gallium/drivers/lima/lima_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |