summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/cluster.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-02-12 22:04:35 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-02-12 22:06:47 (GMT)
commit76216a506b30cdb5af1669fccdc8cc600b3b290f (patch)
tree07c06f5a0e5932a41d65839fc5722bd1da3c28d5 /src/gtkext/graph/cluster.c
parent5700746ba57a511419341cb3cd664d6e2c97584a (diff)
Cleaned code.
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);