diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2019-03-05 21:17:07 (GMT) |
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2019-03-05 21:17:07 (GMT) |
| commit | 54df70be36e96b983dd400aa49256ef7c2e3f868 (patch) | |
| tree | 8c95460f213d8ef52693e665a8734b0feb53e529 /src/gtkext/graph | |
| parent | 25811bc506ecca92d6b36fe739734121a872af4d (diff) | |
Removed unused fields.
Diffstat (limited to 'src/gtkext/graph')
| -rw-r--r-- | src/gtkext/graph/cluster.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gtkext/graph/cluster.c b/src/gtkext/graph/cluster.c index 41392a2..24889cc 100644 --- a/src/gtkext/graph/cluster.c +++ b/src/gtkext/graph/cluster.c @@ -58,13 +58,6 @@ struct _GGraphCluster GGraphCluster *container; /* Conteneur de l'ensemble */ - //////////////////////////////////////// - gint top_margin[2]; /* Espaces gauches et droites */ - gint left_margin; /* Espaces remontant à gauche */ - gint right_margin; /* Espaces remontant à droite */ - //////////////////////////////////////// - - incoming_link_t **top_anchors; /* Accroches supérieures */ size_t ta_count; /* Quantité de ces accroches */ |
