From: Matthew Fernandez Date: Tue, 12 Jul 2022 03:45:28 +0000 (-0700) Subject: circogen getRotation: remove commented out code X-Git-Tag: 5.0.1~40^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5f2d6e92dc88419fcafa8c23c2e660bf004b485;p=graphviz circogen getRotation: remove commented out code --- diff --git a/lib/circogen/circpos.c b/lib/circogen/circpos.c index 5bfe5a185..ce9f702d0 100644 --- a/lib/circogen/circpos.c +++ b/lib/circogen/circpos.c @@ -48,7 +48,6 @@ getRotation(block_t * sn, Agraph_t * g, double x, double y, double theta) { double mindist2; Agraph_t *subg; - /* Agedge_t* e; */ Agnode_t *n, *closest_node, *neighbor; nodelist_t *list; double len2, newX, newY; @@ -92,7 +91,6 @@ getRotation(block_t * sn, Agraph_t * g, double x, double y, double theta) } } - /* if((neighbor != closest_node) && !ISPARENT(neighbor)) { */ if (neighbor != closest_node) { double rho = sn->rad0; double r = sn->radius - rho;