summaryrefslogtreecommitdiff
path: root/atari/gemtk/guiwin.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-01-15 01:54:54 +0100
committerOle Loots <ole@monochrom.net>2013-01-15 01:54:54 +0100
commit8d35a11cf342211ca478ade3cd180ddc316eaafe (patch)
tree7b3a2949dd40efd1f7d1c19bc7fde1b6dd13d8c6 /atari/gemtk/guiwin.c
parentff7208c90745b116be79eaf59f1209861cd4639c (diff)
downloadnetsurf-8d35a11cf342211ca478ade3cd180ddc316eaafe.tar.gz
netsurf-8d35a11cf342211ca478ade3cd180ddc316eaafe.tar.bz2
Commented debug output
Diffstat (limited to 'atari/gemtk/guiwin.c')
-rw-r--r--atari/gemtk/guiwin.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/atari/gemtk/guiwin.c b/atari/gemtk/guiwin.c
index c83b3754c..d79d48bb1 100644
--- a/atari/gemtk/guiwin.c
+++ b/atari/gemtk/guiwin.c
@@ -26,8 +26,8 @@
#include "gemtk.h"
-#define DEBUG_PRINT(x) printf x
-//#define DEBUG_PRINT(x)
+//#define DEBUG_PRINT(x) printf x
+#define DEBUG_PRINT(x)
struct gui_window_s {
@@ -717,7 +717,6 @@ void guiwin_get_grect(GUIWIN *win, enum guwin_area_e mode, GRECT *dest)
} else {
dest->g_h = win->toolbar_size;
}
- dbg_grect("gw tb rect", dest);
}
else {
dest->g_w = 0;