]> granicus.if.org Git - graphviz/commitdiff
restructured glcomp
authorarif <devnull@localhost>
Tue, 10 Mar 2009 22:58:49 +0000 (22:58 +0000)
committerarif <devnull@localhost>
Tue, 10 Mar 2009 22:58:49 +0000 (22:58 +0000)
cleared more warnings

lib/topfish/rescale_layout.c

index 99751be690f28a83bf19af1dd072a33c0823c262..fe039c2d3ce426e8afb97f2e58a1804f84d2d054 100644 (file)
@@ -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];