r600g: remove unused variable

This commit is contained in:
Marek Olšák 2011-06-09 01:34:24 +02:00
parent 578d4539ba
commit d56fe67c62
1 changed files with 0 additions and 1 deletions

View File

@ -407,7 +407,6 @@ static struct pipe_sampler_view *r600_create_sampler_view(struct pipe_context *c
struct pipe_resource *texture,
const struct pipe_sampler_view *state)
{
struct r600_pipe_context *rctx = (struct r600_pipe_context *)ctx;
struct r600_pipe_sampler_view *resource = CALLOC_STRUCT(r600_pipe_sampler_view);
struct r600_pipe_resource_state *rstate;
const struct util_format_description *desc;