summaryrefslogtreecommitdiff
path: root/src/gtkext/graph
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph')
-rw-r--r--src/gtkext/graph/ranks.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gtkext/graph/ranks.c b/src/gtkext/graph/ranks.c
index a10d5a1..e1f6688 100644
--- a/src/gtkext/graph/ranks.c
+++ b/src/gtkext/graph/ranks.c
@@ -641,7 +641,6 @@ void g_graph_ranks_compute_y_line(GGraphRanks *ranks)
last_bottom = GRAPH_VERTICAL_MARGIN;
y = 0;
-
for (i = 0; i < ranks->count; i++)
last_bottom = compute_rank_props_y_pos(&ranks->props[i], &y, last_bottom);