From f3db41af3987785471b548459378cb636a7c9657 Mon Sep 17 00:00:00 2001 From: arif Date: Thu, 23 Apr 2009 15:32:30 +0000 Subject: [PATCH] smyrna error fixes MD5 based graph comparision functions --- cmd/smyrna/topviewdata.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/smyrna/topviewdata.c b/cmd/smyrna/topviewdata.c index 1ddc20e61..f91cfebe9 100644 --- a/cmd/smyrna/topviewdata.c +++ b/cmd/smyrna/topviewdata.c @@ -56,7 +56,7 @@ int prepare_nodes_for_groups(topview * t, topviewdata * td, int groupindex) return 1; } -int load_host_buttons(topview * t, Agraph_t * g, glCompSet * s) +/*int load_host_buttons(topview * t, Agraph_t * g, glCompSet * s) { GtkLayout *layout; int btncount = 0; @@ -165,7 +165,7 @@ int load_host_buttons(topview * t, Agraph_t * g, glCompSet * s) prepare_nodes_for_groups(t, t->TopviewData, i); } return 1; -} +}*/ void glhost_button_clicked_Slot(void *p) { //negative active @@ -178,7 +178,7 @@ void glhost_button_clicked_Slot(void *p) glexpose(); } -void host_button_clicked_Slot(GtkWidget * widget, gpointer user_data) +/*void host_button_clicked_Slot(GtkWidget * widget, gpointer user_data) { //negative active if (view->Topview->TopviewData->hostactive[(int) user_data] == 0) @@ -186,4 +186,4 @@ void host_button_clicked_Slot(GtkWidget * widget, gpointer user_data) else view->Topview->TopviewData->hostactive[(int) user_data] = 0; glexpose(); -} +}*/ -- 2.40.0