summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/rank.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/graph/rank.h')
-rw-r--r--src/gtkext/graph/rank.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gtkext/graph/rank.h b/src/gtkext/graph/rank.h
index 6536378..c73a8c6 100644
--- a/src/gtkext/graph/rank.h
+++ b/src/gtkext/graph/rank.h
@@ -67,9 +67,6 @@ typedef bool (* graph_rank_acc_cb) (GGraphCluster *);
/* Parcours l'ensemble des blocs du rang avec un visiteur. */
bool visit_and_accumulate_graph_rank(const graph_rank_t *, graph_rank_acc_cb);
-/* Assigne à un ensemble de blocs un emplacement initial. */
-void reset_graph_rank_allocation(const graph_rank_t *);
-
/* Fournit le rang d'un ensemble de blocs. */
size_t get_graph_rank(const graph_rank_t *);
@@ -88,9 +85,6 @@ bool extend_graph_rank_vspace_manager(graph_rank_t *, leaving_link_t *, incoming
/* Met en place les embryons de liens nécessaires. */
void define_graph_rank_links(const graph_rank_t *, GHashTable *);
-/* Repère les liens marquants à destination d'autres blocs. */
-void setup_graph_rank_links(const graph_rank_t *);
-
/* Détermine l'emplacement requis d'un ensemble de blocs. */
void compute_graph_rank_needed_alloc(const graph_rank_t *, bool, GtkAllocation *);