From: Matthew Fernandez Date: Sat, 2 Oct 2021 15:14:37 +0000 (-0700) Subject: smyrna: remove unused 'guibuffer' X-Git-Tag: 2.49.2~22^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f9d26a3e736b866495dd850dddd3b2ebdc0d58c;p=graphviz smyrna: remove unused 'guibuffer' The last use of this was removed in b7687bc4b8964f5257e61a248270960572435532. --- diff --git a/cmd/smyrna/gui/gui.c b/cmd/smyrna/gui/gui.c index 9cb4db420..b057dd6a0 100644 --- a/cmd/smyrna/gui/gui.c +++ b/cmd/smyrna/gui/gui.c @@ -18,9 +18,6 @@ #include #include - -static char guibuffer[BUFSIZ]; //general purpose buffer - GladeXML *xml; //global libglade vars GtkWidget *gladewidget;