mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
gallium: remove unused vars
This commit is contained in:
parent
064001dbe7
commit
158298eea0
1 changed files with 0 additions and 3 deletions
|
|
@ -347,11 +347,8 @@ st_render_texture(GLcontext *ctx,
|
|||
struct gl_framebuffer *fb,
|
||||
struct gl_renderbuffer_attachment *att)
|
||||
{
|
||||
struct st_context *st = ctx->st;
|
||||
struct st_renderbuffer *strb;
|
||||
struct gl_renderbuffer *rb;
|
||||
struct pipe_context *pipe = st->pipe;
|
||||
struct pipe_screen *screen = pipe->screen;
|
||||
struct pipe_texture *pt;
|
||||
struct st_texture_object *stObj;
|
||||
const struct gl_texture_image *texImage =
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue