mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
mesa: Remove dead code.
This commit is contained in:
parent
bb0b954f12
commit
862c7b8cd3
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue