summaryrefslogtreecommitdiff
path: root/apps/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/status.h')
-rw-r--r--apps/status.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/status.h b/apps/status.h
index c8ec7bb354..1add203a0c 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -21,13 +21,6 @@
21#ifndef _STATUS_H 21#ifndef _STATUS_H
22#define _STATUS_H 22#define _STATUS_H
23 23
24#if defined(HAVE_LCD_CHARCELLS)
25extern bool record;
26extern bool audio;
27extern bool param;
28extern bool usb;
29#endif
30
31enum playmode 24enum playmode
32{ 25{
33 STATUS_PLAY, 26 STATUS_PLAY,
@@ -48,11 +41,5 @@ int current_playmode(void);
48#if (CONFIG_PLATFORM & PLATFORM_HOSTED) 41#if (CONFIG_PLATFORM & PLATFORM_HOSTED)
49#include <time.h> 42#include <time.h>
50#endif 43#endif
51#ifdef HAVE_LCD_CHARCELLS
52void status_set_record(bool b);
53void status_set_audio(bool b);
54void status_set_param(bool b);
55void status_set_usb(bool b);
56#endif /* HAVE_LCD_CHARCELLS */
57 44
58#endif /* _STATUS_H */ 45#endif /* _STATUS_H */