]> granicus.if.org Git - graphviz/commitdiff
smyrna error fixes
authorarif <devnull@localhost>
Thu, 23 Apr 2009 15:32:30 +0000 (15:32 +0000)
committerarif <devnull@localhost>
Thu, 23 Apr 2009 15:32:30 +0000 (15:32 +0000)
MD5 based graph comparision functions

cmd/smyrna/topviewdata.c

index 1ddc20e61acca30af1775f83ce5f986a8692d866..f91cfebe92394a1a97a5da9b0d31387d53e86d72 100644 (file)
@@ -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();
-}
+}*/