summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/playback.h b/apps/playback.h
index c2682e6baf..a87ef873d0 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -26,7 +26,6 @@
26#include <stdlib.h> 26#include <stdlib.h>
27#include "config.h" 27#include "config.h"
28 28
29#if CONFIG_CODEC == SWCODEC
30/* Including the code for fast previews is entirely optional since it 29/* Including the code for fast previews is entirely optional since it
31 does add two more mp3entry's - for certain targets it may be less 30 does add two more mp3entry's - for certain targets it may be less
32 beneficial such as flash-only storage */ 31 beneficial such as flash-only storage */
@@ -34,8 +33,6 @@
34#define AUDIO_FAST_SKIP_PREVIEW 33#define AUDIO_FAST_SKIP_PREVIEW
35#endif 34#endif
36 35
37#endif /* CONFIG_CODEC == SWCODEC */
38
39#ifdef HAVE_ALBUMART 36#ifdef HAVE_ALBUMART
40 37
41#include "bmp.h" 38#include "bmp.h"