]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove SmyrnaVerbose
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 17:11:00 +0000 (10:11 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 25 Sep 2021 16:17:46 +0000 (09:17 -0700)
Nothing uses this variable.

cmd/smyrna/main.c

index 73ddf33dba54cab71869acb0f5b2e489b68df38e..f7e2f14366a78f32866cad4fcccda400091f3711 100644 (file)
@@ -44,7 +44,6 @@ gchar *package_data_dir;
 gchar *package_locale_dir;
 static char *smyrnaDir;                /* path to directory containin smyrna data files */
 char *smyrnaGlade;
-unsigned char SmyrnaVerbose;
 int width,height;/*glut window size*/
 
 
@@ -106,8 +105,7 @@ static char *parseArgs(int argc, char *argv[], ViewInfo * view)
        case 'e':
            view->drawSplines = 1;
            break;
-       case 'v':
-           SmyrnaVerbose = 1;
+       case 'v': // FIXME: deprecate and remove -v in future
            break;
        case 'f':
            view->guiMode=GUI_FULLSCREEN;