]> granicus.if.org Git - graphviz/commitdiff
smyrna: remove unused mAttributesSlot
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 24 Sep 2021 00:43:40 +0000 (17:43 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 28 Sep 2021 01:13:59 +0000 (18:13 -0700)
cmd/smyrna/gui/menucallbacks.c
cmd/smyrna/gui/menucallbacks.h

index b10becdb1fb97d685412207acbe92881c0e5298d..03492f9d2018736c9120b3c5ff08d13dae566678 100644 (file)
 #include <ctype.h>
 #include  "frmobjectui.h"
 
-void mAttributesSlot(GtkWidget * widget, gpointer user_data)
-{
-    showAttrsWidget(view->Topview);
-}
-
 void mOpenSlot(GtkWidget * widget, gpointer user_data)
 {
     GtkWidget *dialog;
index 94880d654262fa80a1c7f5b1bd22697582186ea6..54495e6d4594b90194f3fd5409f32b5a00fbaed7 100644 (file)
@@ -17,7 +17,6 @@ extern "C" {
 #endif
 
 //file
-    _BB void mAttributesSlot(GtkWidget * widget, gpointer user_data);
     _BB void mOpenSlot(GtkWidget * widget, gpointer user_data);
     _BB void mSaveSlot(GtkWidget * widget, gpointer user_data);
     _BB void mSaveAsSlot(GtkWidget * widget, gpointer user_data);