tnl: remove unused var to silence warning

Trivial.
This commit is contained in:
Brian Paul 2017-03-29 10:50:00 -06:00
parent 2e24a11f1d
commit 15bb0511d6

View file

@ -40,8 +40,6 @@
*/
void _tnl_UpdateFixedFunctionProgram( struct gl_context *ctx )
{
const struct gl_program *prev = ctx->VertexProgram._Current;
if (!ctx->VertexProgram._Current ||
ctx->VertexProgram._Current == ctx->VertexProgram._TnlProgram) {
ctx->VertexProgram._Current