From 9f5ee06f66b41e7f83dcf4ff45838f1314ccae20 Mon Sep 17 00:00:00 2001 From: arif Date: Tue, 10 Mar 2009 22:58:49 +0000 Subject: [PATCH] restructured glcomp cleared more warnings --- lib/topfish/rescale_layout.c | 2 -- 1 file changed, 2 deletions(-) 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]; -- 2.50.1