aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas O Fredericks <mrtof@users.sourceforge.net>2009-11-03 13:08:48 +0000
committerThomas O Fredericks <mrtof@users.sourceforge.net>2009-11-03 13:08:48 +0000
commit501c33dc76bcc440d0bc30955c22874075c31645 (patch)
tree101984933216514e29a81f1a1c214ec971c13828
parent10bc52c367f7655301b7e422cf4cf0defa152c2c (diff)
Removed a leftover debug message
svn path=/trunk/externals/tof/; revision=12719
-rw-r--r--src/paramGui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/paramGui.h b/src/paramGui.h
index c8d947a..1d44a17 100644
--- a/src/paramGui.h
+++ b/src/paramGui.h
@@ -258,7 +258,7 @@ static void paramGui_buildCanvas(t_paramGui* x,int x_position,int y_position) {
x->childcanvas->gl_screeny1 = y_position;
x->childcanvas->gl_screenx2 = pos_x + 300 + x->childcanvas->gl_screenx1;
x->childcanvas->gl_screeny2 = pos_y + 30 + x->childcanvas->gl_screeny1;
- post("size: %i %i %i %i",x->childcanvas->gl_screenx1,x->childcanvas->gl_screeny1,\
+ //post("size: %i %i %i %i",x->childcanvas->gl_screenx1,x->childcanvas->gl_screeny1,\
x->childcanvas->gl_screenx2,x->childcanvas->gl_screeny2);