]> granicus.if.org Git - graphviz/commitdiff
unused var (when IPSECOLA not defined)
authorellson <devnull@localhost>
Fri, 1 Aug 2008 18:59:54 +0000 (18:59 +0000)
committerellson <devnull@localhost>
Fri, 1 Aug 2008 18:59:54 +0000 (18:59 +0000)
lib/neatogen/neatoinit.c

index 85d8eae90d67e496d9baa26fae7e9beec944ec0a..74c0226e4489a2ebced6369371aa8a66e05bbecf 100644 (file)
@@ -2438,7 +2438,11 @@ majorization(graph_t *mg, graph_t * g, int nv, int mode, int model, int dim, int
     node_t *v;
     vtx_data *gp;
     node_t** nodes;
+#ifdef DIGCOLA
+#ifdef IPSEPCOLA
     expand_t margin;
+#endif
+#endif
 
     int init;