From f4750ab525a2ee2e16010e7f9538873fee0f5db3 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Thu, 23 Sep 2021 17:43:02 -0700 Subject: [PATCH] smyrna: remove unused buf --- cmd/smyrna/gui/menucallbacks.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/smyrna/gui/menucallbacks.c b/cmd/smyrna/gui/menucallbacks.c index a1992ceb1..b10becdb1 100644 --- a/cmd/smyrna/gui/menucallbacks.c +++ b/cmd/smyrna/gui/menucallbacks.c @@ -22,8 +22,6 @@ #include #include "frmobjectui.h" -//file -char buf[255]; void mAttributesSlot(GtkWidget * widget, gpointer user_data) { showAttrsWidget(view->Topview); -- 2.50.1