Fix up some loose ends from the last big check-in.

This commit is contained in:
Brian Paul
2003-07-18 15:22:16 +00:00
parent c19cbb58cd
commit 702ca20bf0
5 changed files with 6 additions and 12 deletions

View File

@@ -427,10 +427,3 @@ _mesa_make_extension_string( GLcontext *ctx )
return s;
}
void
_mesa_extensions_dtr( GLcontext *ctx )
{
if (ctx->Extensions.String)
FREE((void *) ctx->Extensions.String);
}