diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-21 06:46:59 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-04-21 06:46:59 +0000 |
| commit | a1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7 (patch) | |
| tree | 99dd28d34f80935576d7357e7db2d9733e221b5e /firmware | |
| parent | 9a4a5e98345aa825fcaf1fc3529d0e672b2978de (diff) | |
| download | rockbox-a1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7.zip rockbox-a1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7.tar.gz rockbox-a1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7.tar.bz2 rockbox-a1273a4f2ea4bbbecb52967a1be42bd3e54bcfb7.tar.xz | |
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')
| -rw-r--r-- | firmware/mpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c index d455166..814217f 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -16,7 +16,6 @@ * KIND, either express or implied. * ****************************************************************************/ -#undef DEBUG #include <stdbool.h> #include "config.h" #include "debug.h" |