Remove dead code
Change-Id: If31a99e6488dabab47d482637b2609ff829df1ca
This commit is contained in:
parent
68ac932585
commit
f989339664
2 changed files with 0 additions and 2 deletions
|
@ -39,7 +39,6 @@
|
||||||
#include "audio.h"
|
#include "audio.h"
|
||||||
#include "settings.h"
|
#include "settings.h"
|
||||||
#include "list.h"
|
#include "list.h"
|
||||||
#include "statusbar.h"
|
|
||||||
#include "dir.h"
|
#include "dir.h"
|
||||||
#include "panic.h"
|
#include "panic.h"
|
||||||
#include "screens.h"
|
#include "screens.h"
|
||||||
|
|
|
@ -39,7 +39,6 @@ int mmc_remove_request(void);
|
||||||
bool set_time_screen(const char* title, struct tm *tm, bool set_date);
|
bool set_time_screen(const char* title, struct tm *tm, bool set_date);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
bool shutdown_screen(void);
|
|
||||||
bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount);
|
bool browse_id3(struct mp3entry *id3, int playlist_display_index, int playlist_amount);
|
||||||
int view_runtime(void);
|
int view_runtime(void);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue