From ea664e06476cb572bab2eadbb9c060902a95a34a Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Sat, 3 May 2008 12:30:40 +0000 Subject: 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 --- apps/screens.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'apps/screens.h') 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 -- cgit v1.2.3