summaryrefslogtreecommitdiff
path: root/firmware/mpeg.c
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-04-21 06:46:59 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-04-21 06:46:59 +0000
commita1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7 (patch)
tree99dd28d34f80935576d7357e7db2d9733e221b5e /firmware/mpeg.c
parent9a4a5e98345aa825fcaf1fc3529d0e672b2978de (diff)
downloadrockbox-a1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7.tar.gz
rockbox-a1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7.zip
Removed some debugging code that shouldn't have been committed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4533 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r--firmware/mpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index d455166cc5..814217f26b 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -16,7 +16,6 @@
16 * KIND, either express or implied. 16 * KIND, either express or implied.
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19#undef DEBUG
20#include <stdbool.h> 19#include <stdbool.h>
21#include "config.h" 20#include "config.h"
22#include "debug.h" 21#include "debug.h"