cso: remove commented-out code, update function docs

This commit is contained in:
Brian Paul
2010-04-29 09:33:39 -06:00
parent 60a6bfefd1
commit 4ccee74725
@@ -313,10 +313,13 @@ void cso_release_all( struct cso_context *ctx )
}
/**
* Free the CSO context. NOTE: the state tracker should have previously called
* cso_release_all().
*/
void cso_destroy_context( struct cso_context *ctx )
{
if (ctx) {
/*cso_release_all( ctx );*/
FREE( ctx );
}
}