summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810tex.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-01-26 23:57:19 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-01-26 23:57:19 +0000
commit727d345b41c396af419a389808fdaec11aeafc3e (patch)
tree80aef40ed487c4773ff4b6977624f16d8015a2d1 /src/mesa/drivers/dri/i810/i810tex.c
parent8135a445f3b0ae207ec5e4485b5936050d438320 (diff)
remove bogus assertion in DeleteTexture() function
Diffstat (limited to 'src/mesa/drivers/dri/i810/i810tex.c')
-rw-r--r--src/mesa/drivers/dri/i810/i810tex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i810/i810tex.c b/src/mesa/drivers/dri/i810/i810tex.c
index 220d901d848..dbcaae5f6f4 100644
--- a/src/mesa/drivers/dri/i810/i810tex.c
+++ b/src/mesa/drivers/dri/i810/i810tex.c
@@ -419,7 +419,6 @@ static void i810BindTexture( GLcontext *ctx, GLenum target,
static void i810DeleteTexture( GLcontext *ctx, struct gl_texture_object *tObj )
{
driTextureObject * t = (driTextureObject *) tObj->DriverData;
- assert(t);
if (t) {
i810ContextPtr imesa = I810_CONTEXT( ctx );
if (imesa)