]> granicus.if.org Git - graphviz/commitdiff
remove unused Status variable
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 12 Apr 2021 04:24:28 +0000 (21:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 18 Apr 2021 19:12:54 +0000 (12:12 -0700)
This was only used by LoadGLTextures that was recently removed.

cmd/smyrna/glexpose.c

index 912ca9fabcdfef2d0e9668143a1046408751cdd3..d539d5e0df69a7d34381cb914062cdf88f5911ca 100644 (file)
@@ -18,7 +18,6 @@
 #include "polytess.h"
 
 GLuint texture[3];
-static int Status=0;                                                                   // Status Indicator
 
 static void drawRotatingAxis(void)
 {