summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mipmap.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-10-05 21:14:37 -0600
committerBrian Paul <brianp@vmware.com>2011-10-05 21:14:37 -0600
commit2c5bb57b509d03f5ae380524c61e1c0702d9e1b2 (patch)
treedb0afd24f62145b41f57478ed95e859c535c6c84 /src/mesa/main/mipmap.c
parentcf2439e2463ce925e3e256a25a505cf0586963f0 (diff)
downloadexternal_mesa3d-2c5bb57b509d03f5ae380524c61e1c0702d9e1b2.zip
external_mesa3d-2c5bb57b509d03f5ae380524c61e1c0702d9e1b2.tar.gz
external_mesa3d-2c5bb57b509d03f5ae380524c61e1c0702d9e1b2.tar.bz2
mesa: remove unused gl_texture_image::DriverData field
Was only used by some older/removed DRI drivers.
Diffstat (limited to 'src/mesa/main/mipmap.c')
-rw-r--r--src/mesa/main/mipmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c
index c2f9226..1fa49ca 100644
--- a/src/mesa/main/mipmap.c
+++ b/src/mesa/main/mipmap.c
@@ -1816,7 +1816,6 @@ generate_mipmap_uncompressed(struct gl_context *ctx, GLenum target,
_mesa_init_teximage_fields(ctx, target, dstImage, dstWidth, dstHeight,
dstDepth, border, srcImage->InternalFormat,
srcImage->TexFormat);
- dstImage->DriverData = NULL;
/* Alloc storage for new texture image */
if (!ctx->Driver.AllocTextureImageBuffer(ctx, dstImage,