summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/cluster.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-02-14 11:28:45 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-02-14 11:28:45 (GMT)
commit5ed40f0afbd58fbfdf05be7b2a10ab8d0819759f (patch)
tree5bbe3b347eed1af52e24feb05461f0c5f7df67ea /src/gtkext/graph/cluster.c
parentc6d8ce055bb2db9adebe612f4dbac476ce39c024 (diff)
Highlighted graph view edges.
Diffstat (limited to 'src/gtkext/graph/cluster.c')
-rw-r--r--src/gtkext/graph/cluster.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gtkext/graph/cluster.c b/src/gtkext/graph/cluster.c
index 12f88bd..c4deeaa 100644
--- a/src/gtkext/graph/cluster.c
+++ b/src/gtkext/graph/cluster.c
@@ -279,9 +279,6 @@ struct _GGraphClusterClass
/* Espace minimal vertical entre les blocs */
#define VERTICAL_MARGIN 15
-/* Espace minimal entre les liens */
-#define LINK_MARGIN 10
-
/* Initialise la classe des mises en disposition graphique. */
static void g_graph_cluster_class_init(GGraphClusterClass *);