diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-03 12:30:40 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-05-03 12:30:40 +0000 |
commit | ea664e06476cb572bab2eadbb9c060902a95a34a (patch) | |
tree | e76c631343fcc744a24f7f244bf3d3bb73c8192c /apps/screens.h | |
parent | 6be91cdc8b90184cf6ee623358222c1268f31c25 (diff) | |
download | rockbox-ea664e06476cb572bab2eadbb9c060902a95a34a.tar.gz rockbox-ea664e06476cb572bab2eadbb9c060902a95a34a.tar.bz2 rockbox-ea664e06476cb572bab2eadbb9c060902a95a34a.zip |
Viewported quickscreen (take 2 :D) (FS#8553)
- no customization support
- no top item
- much better use of the screen
- deprecates 20 odd lang strings (the QS can now use the regular lang strings and user font)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17315 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.h')
-rw-r--r-- | apps/screens.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/screens.h b/apps/screens.h index 4d7704f7d5..8037900846 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -40,11 +40,6 @@ int mmc_remove_request(void); bool pitch_screen(void); #endif -#ifdef BUTTON_F3 -extern bool quick_screen_f3(int button_enter); -#endif -extern bool quick_screen_quick(int button_enter); - #if CONFIG_RTC bool set_time_screen(const char* title, struct tm *tm); #endif |