mesa: Remove unsused local variable.
This commit is contained in:
@@ -302,7 +302,6 @@ alloc_texture(struct st_context *st, GLsizei width, GLsizei height,
|
||||
enum pipe_format texFormat)
|
||||
{
|
||||
struct pipe_context *pipe = st->pipe;
|
||||
struct pipe_screen *screen = pipe->screen;
|
||||
struct pipe_resource *pt;
|
||||
|
||||
pt = st_texture_create(st, st->internal_target, texFormat, 0,
|
||||
|
Reference in New Issue
Block a user