diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-16 22:02:06 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-11-16 22:02:06 +0000 |
| commit | a052102cfb861aae6c8e683ae01bbace9620235c (patch) | |
| tree | cb54d8bf97099cc7ec1275ef8a27664a089dc831 /apps/playback.h | |
| parent | db82be4390d294c8d460f50c06add41ffa6686f5 (diff) | |
| download | rockbox-a052102cfb861aae6c8e683ae01bbace9620235c.zip rockbox-a052102cfb861aae6c8e683ae01bbace9620235c.tar.gz rockbox-a052102cfb861aae6c8e683ae01bbace9620235c.tar.bz2 rockbox-a052102cfb861aae6c8e683ae01bbace9620235c.tar.xz | |
mpeg.h/c cleanup
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23652 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/playback.h')
| -rw-r--r-- | apps/playback.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/playback.h b/apps/playback.h index 760408a..27e27ff 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -112,12 +112,4 @@ enum { Q_CODEC_DO_CALLBACK, }; -#if CONFIG_CODEC == SWCODEC -void audio_next_dir(void); -void audio_prev_dir(void); -#else -#define audio_next_dir() ({ }) -#define audio_prev_dir() ({ }) -#endif - #endif |