From 1bdca77aae687f3e20ffd2fdffdb52a2b96ae73e Mon Sep 17 00:00:00 2001 From: erg Date: Fri, 29 Jul 2005 22:59:35 +0000 Subject: [PATCH] Simplify dotneato_postprocess interface; remove unnecessary nodesize functions for circo and twopi; initialize layout state in graph_init so that it will be initialized anew for each layout; move aspect ratio and copying of coords from ND_pos to ND_coord out of neato spline code; adopt convention that if the splines attribute is set to "", no splines are generated. --- lib/twopigen/circle.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/twopigen/circle.h b/lib/twopigen/circle.h index 09da39e40..23257b0f5 100644 --- a/lib/twopigen/circle.h +++ b/lib/twopigen/circle.h @@ -45,7 +45,6 @@ extern "C" { extern void circleLayout(Agraph_t * sg, Agnode_t * center); extern void twopi_layout(Agraph_t * g); extern void twopi_cleanup(Agraph_t * g); - extern void twopi_nodesize(node_t * n, boolean flip); extern void twopi_init_graph(graph_t * g); #ifdef __cplusplus -- 2.50.1