summaryrefslogtreecommitdiff
path: root/apps/playlist_viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playlist_viewer.c')
-rw-r--r--apps/playlist_viewer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/playlist_viewer.c b/apps/playlist_viewer.c
index b7e81eeac6..c30daf48ba 100644
--- a/apps/playlist_viewer.c
+++ b/apps/playlist_viewer.c
@@ -118,10 +118,6 @@ static struct playlist_entry tracks[MAX_PLAYLIST_ENTRIES];
118/* Used when viewing playlists on disk */ 118/* Used when viewing playlists on disk */
119static struct playlist_info temp_playlist; 119static struct playlist_info temp_playlist;
120 120
121#ifdef HAVE_LCD_BITMAP
122extern unsigned char bitmap_icons_6x8[LastIcon][6];
123#endif
124
125static bool initialize(char* filename, bool reload); 121static bool initialize(char* filename, bool reload);
126static void load_playlist_entries(int start_index); 122static void load_playlist_entries(int start_index);
127static void load_playlist_entries_r(int end_index); 123static void load_playlist_entries_r(int end_index);