diff options
author | Björn Stenberg <bjorn@haxx.se> | 2002-05-10 14:58:32 +0000 |
---|---|---|
committer | Björn Stenberg <bjorn@haxx.se> | 2002-05-10 14:58:32 +0000 |
commit | 81dfba4e3d12b89063b2e22345f34ea4e3380069 (patch) | |
tree | b3022989b9731446ed749bc44f50393d23bbaa6c | |
parent | c492d24cce70a7a49cc041a9a948f6758e509ef6 (diff) | |
download | rockbox-81dfba4e3d12b89063b2e22345f34ea4e3380069.tar.gz rockbox-81dfba4e3d12b89063b2e22345f34ea4e3380069.zip |
Removed testing debugf()
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@542 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | uisimulator/x11/lcd-x11.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index d454532aa2..9a27a79ccd 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -120,7 +120,6 @@ void lcd_puts(int x, int y, char *string) strncpy(buffer, string, 11); buffer[11]=0; - debugf("lcd_puts(%d,%d,%s)\n",x,y,string); sim_lcd_puts(x, y, buffer, 0); } #endif |