summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/cluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/cluster.c')
-rw-r--r--src/gtkext/graph/cluster.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/gtkext/graph/cluster.c b/src/gtkext/graph/cluster.c
index 3aa6674..f802416 100644
--- a/src/gtkext/graph/cluster.c
+++ b/src/gtkext/graph/cluster.c
@@ -1897,15 +1897,6 @@ static void g_graph_cluster_dispatch_x(GGraphCluster *cluster)
gint end; /* Position initiale d'arrivée */
/**
- * A ce point, tous les blocs parents sont placés.
- * On est donc en mesure de réorganiser les points d'arrivée
- * des liens afin d'éviter les croisements : un lien qui vient
- * de la gauche ne doit pas arriver tout à droite !
- */
-
- //qsort(cluster->top_anchors, cluster->ta_count, sizeof(incoming_link_t *), (__compar_fn_t)cmp_incoming_links);
-
- /**
* Il est désormais temps de placer tous les blocs de code inférieurs.
*/
@@ -2841,8 +2832,7 @@ GGraphCluster *bootstrap_graph_cluster(GLoadedBinary *binary, const GBlockList *
g_graph_cluster_resolve_links(result);
-
-
+ /* Sortie propre */
g_hash_table_unref(all);