]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused 'guibuffer'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 2 Oct 2021 15:14:37 +0000 (08:14 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 7 Oct 2021 14:59:57 +0000 (07:59 -0700)
The last use of this was removed in b7687bc4b8964f5257e61a248270960572435532.

cmd/smyrna/gui/gui.c

index 9cb4db4204ec6b69f48ffc5ad9716aa74c911b12..b057dd6a04e6589b3d54268d6fe48443f654d414 100644 (file)
@@ -18,9 +18,6 @@
 #include <common/memory.h>
 #include <cgraph/strcasecmp.h>
 
-
-static char guibuffer[BUFSIZ]; //general purpose buffer
-
 GladeXML *xml;                 //global libglade vars
 GtkWidget *gladewidget;