From 33bfb8a00b1d1530e12a01b73b60fba4ef6e11a2 Mon Sep 17 00:00:00 2001 From: user <user@user-ThinkPad-X60.(none)> Date: Fri, 15 May 2015 01:22:28 -0400 Subject: [PATCH] missed commenting out some lines of a function call --- pd/src/g_scalar.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pd/src/g_scalar.c b/pd/src/g_scalar.c index cdbaafe36..2464db7b4 100644 --- a/pd/src/g_scalar.c +++ b/pd/src/g_scalar.c @@ -399,10 +399,10 @@ static void scalar_getrect(t_gobj *z, t_glist *owner, //fprintf(stderr,"CACHED FINAL scalar_getrect " // "x1 %g y1 %g x2 %g y2 %g\n", - screenx1, - screeny1, - screenx2, - screeny2); + // screenx1, + // screeny1, + // screenx2, + // screeny2); return; } -- GitLab