From a5f2d6e92dc88419fcafa8c23c2e660bf004b485 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Mon, 11 Jul 2022 20:45:28 -0700 Subject: [PATCH] circogen getRotation: remove commented out code --- lib/circogen/circpos.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.40.0