summaryrefslogtreecommitdiffstats
path: root/apps/status.h
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2005-11-20 01:02:14 +0000
committerKevin Ferrare <kevin@rockbox.org>2005-11-20 01:02:14 +0000
commit1a1abf25f43e33dfa7d421d6c43f283763226dbd (patch)
tree71e57b7c1f5d3c2521fbf2215e938b55fe77bb99 /apps/status.h
parente3367212bd8a25cfe6468aa20adaacf4c5b0b2d4 (diff)
downloadrockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.tar.gz
rockbox-1a1abf25f43e33dfa7d421d6c43f283763226dbd.zip
removed old statusbar and buttonbar code
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8004 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.h')
-rw-r--r--apps/status.h25
1 files changed, 6 insertions, 19 deletions
diff --git a/apps/status.h b/apps/status.h
index 25d3166d78..68319257b8 100644
--- a/apps/status.h
+++ b/apps/status.h
@@ -52,27 +52,14 @@ void status_set_ffmode(enum playmode mode);
enum playmode status_get_ffmode(void);
int current_playmode(void);
-#ifdef HAVE_LCD_BITMAP
-bool statusbar(bool state);
-#if CONFIG_KEYPAD == RECORDER_PAD
-void buttonbar_set(const char* caption1, const char* caption2,
- const char* caption3);
-void buttonbar_unset(void);
-bool buttonbar_isset(void);
-void buttonbar_draw(void);
-#define BUTTONBAR_HEIGHT 8
-#endif /* CONFIG_KEYPAD == RECORDER_PAD */
-#endif /* HAVE_LCD_BITMAP */
-void status_draw(bool force_redraw);
-
-#if defined(HAVE_LCD_CHARCELLS)
+#ifdef SIMULATOR
+#include <time.h>
+#endif
+#ifdef HAVE_LCD_CHARCELLS
void status_set_record(bool b);
void status_set_audio(bool b);
void status_set_param(bool b);
void status_set_usb(bool b);
-#endif
+#endif /* HAVE_LCD_CHARCELLS */
-#ifdef SIMULATOR
-#include <time.h>
-#endif
-#endif
+#endif /* _STATUS_H */