diff options
author | Antoine Cellerier <dionoea@videolan.org> | 2008-03-20 21:44:04 +0000 |
---|---|---|
committer | Antoine Cellerier <dionoea@videolan.org> | 2008-03-20 21:44:04 +0000 |
commit | 7e1a22e5be19aa199701ee5bae230c3b8cf5a901 (patch) | |
tree | 575b417d0b5d2f262e730cc86dd0dfa0aaf128d6 | |
parent | 7b2982ac622381351e4c90f3afff3aa2be1a521e (diff) |
CODEC_IDX_{AUDIO,VOICE} are already defined in apps/dsp.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16725 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/playback.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/playback.h b/apps/playback.h index 0b78eb3bcb..748a4fe871 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -26,9 +26,6 @@ #include "mp3data.h" #include "events.h" -#define CODEC_IDX_AUDIO 0 -#define CODEC_IDX_VOICE 1 - /* Not yet implemented. */ #define CODEC_SET_AUDIOBUF_WATERMARK 4 |