From 03b825567550651b9a5daf60eed43f713861af0d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sun, 11 Apr 2021 21:24:28 -0700 Subject: [PATCH] remove unused Status variable This was only used by LoadGLTextures that was recently removed. --- cmd/smyrna/glexpose.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/smyrna/glexpose.c b/cmd/smyrna/glexpose.c index 912ca9fab..d539d5e0d 100644 --- a/cmd/smyrna/glexpose.c +++ b/cmd/smyrna/glexpose.c @@ -18,7 +18,6 @@ #include "polytess.h" GLuint texture[3]; -static int Status=0; // Status Indicator static void drawRotatingAxis(void) { -- 2.40.0