From: arif Date: Tue, 10 Mar 2009 22:58:49 +0000 (+0000) Subject: restructured glcomp X-Git-Tag: LAST_LIBGRAPH~32^2~2295 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f5ee06f66b41e7f83dcf4ff45838f1314ccae20;p=graphviz restructured glcomp cleared more warnings --- diff --git a/lib/topfish/rescale_layout.c b/lib/topfish/rescale_layout.c index 99751be69..fe039c2d3 100644 --- a/lib/topfish/rescale_layout.c +++ b/lib/topfish/rescale_layout.c @@ -425,8 +425,6 @@ rescale_layout_polar(double *x_coords, double *y_coords, width -= 2 * margin; height -= 2 * margin; - printf ("polar focus coords : %f , %f\n",x_foci[0],y_foci[0]); - // compute original aspect ratio minX = maxX = x_coords[0];