mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
st/dri: remove unused variables
This commit is contained in:
parent
95f9e118fe
commit
d644a50dc3
1 changed files with 0 additions and 2 deletions
|
|
@ -143,8 +143,6 @@ dri_unbind_context(__DRIcontext * cPriv)
|
|||
/* dri_util.c ensures cPriv is not null */
|
||||
struct dri_screen *screen = dri_screen(cPriv->driScreenPriv);
|
||||
struct dri_context *ctx = dri_context(cPriv);
|
||||
struct dri_drawable *draw = dri_drawable(ctx->dPriv);
|
||||
struct dri_drawable *read = dri_drawable(ctx->rPriv);
|
||||
struct st_api *stapi = screen->st_api;
|
||||
|
||||
if (--ctx->bind_count == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue