mesa: Remove dead code.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Jun 2009 17:50:36 +0000 (18:50 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 11 Jun 2009 18:02:59 +0000 (19:02 +0100)
src/mesa/state_tracker/st_cb_drawpixels.c

index 04cf673f63728a15d3dd5ab51606e3cbe6236b91..2027b713ce001800460b1fc53216a490bda2ec4a 100644 (file)
@@ -769,7 +769,6 @@ st_DrawPixels(GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height,
    struct st_vertex_program *stvp;
    struct st_context *st = ctx->st;
    struct pipe_surface *ps;
-   GLuint bufferFormat;
    const GLfloat *color;
 
    if (format == GL_STENCIL_INDEX ||
@@ -797,8 +796,6 @@ st_DrawPixels(GLcontext *ctx, GLint x, GLint y, GLsizei width, GLsizei height,
       color = NULL;
    }
 
-   bufferFormat = ps->format;
-
    /* draw with textured quad */
    {
       struct pipe_texture *pt