swrast: remove unused _swrast_put_row()

This commit is contained in:
Brian Paul
2012-01-16 10:54:01 -07:00
parent 34c353ce46
commit 64be85540f
2 changed files with 0 additions and 40 deletions

View File

@@ -208,11 +208,6 @@ _swrast_get_values(struct gl_context *ctx, struct gl_renderbuffer *rb,
GLuint count, const GLint x[], const GLint y[],
void *values, GLuint valueSize);
extern void
_swrast_put_row(struct gl_context *ctx, struct gl_renderbuffer *rb,
GLuint count, GLint x, GLint y,
const GLvoid *values, GLuint valueSize);
extern void
_swrast_get_row(struct gl_context *ctx, struct gl_renderbuffer *rb,
GLuint count, GLint x, GLint y,