aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-30 19:25:23 +0000
committerGuenter Geiger <ggeiger@users.sourceforge.net>2002-07-30 19:25:23 +0000
commit2e4ecf36343eac6fe2d62f0870afca939839a017 (patch)
tree4e45b3eeaed49471744ef417adfd051320803a68 /gui
parent8e784f51d3cf5fe2dfbee336b9d88a1cb7f941b4 (diff)
remove debug message from image.c and fatom.pd file
svn path=/trunk/externals/ggee/; revision=66
Diffstat (limited to 'gui')
-rw-r--r--gui/fatom.pd32
-rw-r--r--gui/image.c2
2 files changed, 0 insertions, 34 deletions
diff --git a/gui/fatom.pd b/gui/fatom.pd
deleted file mode 100644
index f910f56..0000000
--- a/gui/fatom.pd
+++ /dev/null
@@ -1,32 +0,0 @@
-#N canvas 357 136 578 414 10;
-#X obj 16 155 fatom ;
-#X floatatom 16 319 5 0 0;
-#X floatatom 52 193 5 0 0;
-#X floatatom 221 221 5 0 0;
-#X obj 52 153 fatom hslider;
-#X obj 221 187 fatom checkbutton;
-#X obj 315 57 image logo100.gif;
-#X text 10 24 ==================================;
-#X text 17 123 Sliders;
-#X text 216 130 Togglebutton;
-#X text 320 131 Radio Button;
-#X floatatom 368 217 5 0 0;
-#X text 17 10 Widgets with Floatatom Behaviour;
-#X text 11 380 (C) 2002 Guenter Geiger;
-#X obj 368 186 fatom hradio;
-#X obj 321 161 fatom vradio;
-#X floatatom 321 332 5 0 0;
-#X floatatom 221 164 5 0 0;
-#X floatatom 368 162 5 0 0;
-#X text 14 69 The fatom object;
-#X obj 205 294 osc~;
-#X obj 208 332 dac~;
-#X connect 0 0 1 0;
-#X connect 4 0 2 0;
-#X connect 5 0 3 0;
-#X connect 14 0 11 0;
-#X connect 15 0 16 0;
-#X connect 17 0 5 0;
-#X connect 18 0 14 0;
-#X connect 20 0 21 0;
-#X connect 20 0 21 1;
diff --git a/gui/image.c b/gui/image.c
index 3b1d94e..63b40d6 100644
--- a/gui/image.c
+++ b/gui/image.c
@@ -32,8 +32,6 @@ void image_drawme(t_image *x, t_glist *glist, int firsttime)
sys_vgui("image create photo img%x -file %s\n",x,fname);
sys_vgui(".x%x.c create image %d %d -image img%x -tags %xS\n",
glist_getcanvas(glist),text_xpix(&x->x_obj, glist), text_ypix(&x->x_obj, glist),x,x);
- post("image create photo img%x -file %s\n",x,fname);
- post(".x%x.c create image %d %d -image img%x -tags %xS\n",
glist_getcanvas(glist),text_xpix(&x->x_obj, glist), text_ypix(&x->x_obj, glist),x,x);
/* TODO callback from gui