mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
tnl: remove unused var to silence warning
Trivial.
This commit is contained in:
parent
2e24a11f1d
commit
15bb0511d6
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue