diff options
author | Brian Paul <[email protected]> | 2004-01-26 23:57:19 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-01-26 23:57:19 +0000 |
commit | 727d345b41c396af419a389808fdaec11aeafc3e (patch) | |
tree | 80aef40ed487c4773ff4b6977624f16d8015a2d1 /src/mesa/drivers/dri/r200/r200_tex.c | |
parent | 8135a445f3b0ae207ec5e4485b5936050d438320 (diff) |
remove bogus assertion in DeleteTexture() function
Diffstat (limited to 'src/mesa/drivers/dri/r200/r200_tex.c')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_tex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_tex.c b/src/mesa/drivers/dri/r200/r200_tex.c index a644b2ad352..ed871e0b53c 100644 --- a/src/mesa/drivers/dri/r200/r200_tex.c +++ b/src/mesa/drivers/dri/r200/r200_tex.c @@ -959,8 +959,6 @@ static void r200DeleteTexture( GLcontext *ctx, r200ContextPtr rmesa = R200_CONTEXT(ctx); driTextureObject * t = (driTextureObject *) texObj->DriverData; - assert(t); - if ( R200_DEBUG & (DEBUG_STATE|DEBUG_TEXTURE) ) { fprintf( stderr, "%s( %p (target = %s) )\n", __FUNCTION__, (void *)texObj, _mesa_lookup_enum_by_nr( texObj->Target ) ); |