diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-23 08:43:15 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-07-23 08:43:15 +0000 |
commit | a3e473987dfe56078513450475d89a9b36955a9f (patch) | |
tree | a407d5dde375beb01436879f1a87e93eefcba47b /apps | |
parent | 90f839cd3d8482251f379f78b25563a9b34bd2cb (diff) |
Removed DEBUGF() call
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1416 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r-- | apps/status.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/status.c b/apps/status.c index 8473004a1a..fde7146a88 100644 --- a/apps/status.c +++ b/apps/status.c @@ -57,7 +57,6 @@ void status_draw(void) lcd_icon(ICON_BATTERY_3, false); - DEBUGF("vol: %d\n", volume); lcd_icon(ICON_VOLUME, true); if(volume > 10) lcd_icon(ICON_VOLUME_1, true); |