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

index 39ad900a10147b2d0ce250fcc57452413bd6e977..cdd9f03eac7826689a12015eeaed8d1e5d189472 100644 (file)
 
 //Menu Items 
 
-void new_graph_clicked(GtkWidget * widget, gpointer user_data)
-{
-    (void)widget;
-    (void)user_data;
-
-    g_print("new graph button fired\n");
-}
-
 void open_graph_clicked(GtkWidget * widget, gpointer user_data)
 {
     (void)widget;
index 3dd9c2a238b779c6641d3245c82fe5a9aa294986..e5fa4337cfdc51b4ef917622cdda5718077181ec 100644 (file)
@@ -24,7 +24,6 @@ extern "C" {
 #define _BB
 #endif
 
-    _BB void new_graph_clicked(GtkWidget * widget, gpointer user_data);
     _BB void open_graph_clicked(GtkWidget * widget, gpointer user_data);
     _BB void save_graph_clicked(GtkWidget * widget, gpointer user_data);
     _BB void save_as_graph_clicked(GtkWidget * widget, gpointer user_data);