summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-10-05 21:14:37 -0600
committerBrian Paul <[email protected]>2011-10-05 21:14:37 -0600
commitc80aaad77e7d884ebe83ac72467d55ac505da5ee (patch)
treeb1a4f01d7ce16487194040445256c3df44fc8197 /src/mesa/main/mipmap.h
parent2c5bb57b509d03f5ae380524c61e1c0702d9e1b2 (diff)
mesa: remove unused _mesa_rescale_teximage2d() function
It was only used by the old tdfx driver, IIRC.
Diffstat (limited to 'src/mesa/main/mipmap.h')
-rw-r--r--src/mesa/main/mipmap.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mesa/main/mipmap.h b/src/mesa/main/mipmap.h
index 8b7cd7d5a4a..1fb9146a163 100644
--- a/src/mesa/main/mipmap.h
+++ b/src/mesa/main/mipmap.h
@@ -46,13 +46,4 @@ _mesa_generate_mipmap(struct gl_context *ctx, GLenum target,
struct gl_texture_object *texObj);
-extern void
-_mesa_rescale_teximage2d(GLuint bytesPerPixel,
- GLuint srcStrideInPixels,
- GLuint dstRowStride,
- GLint srcWidth, GLint srcHeight,
- GLint dstWidth, GLint dstHeight,
- const GLvoid *srcImage, GLvoid *dstImage);
-
-
#endif /* MIPMAP_H */