diff options
author | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-19 20:39:36 +0000 |
---|---|---|
committer | Tomer Shalev <shalev.tomer@gmail.com> | 2009-10-19 20:39:36 +0000 |
commit | c1a58e27b7af9522dd746df4822cdf93ab040eae (patch) | |
tree | 63ab7b4e8d898beaca10be0cb12a9208b6b1ebc2 /apps/screens.h | |
parent | 7ed13270b014b2c7504c55c481b8da054f8fc613 (diff) |
Remove declaration of inexistent function
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23271 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/screens.h')
-rw-r--r-- | apps/screens.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/screens.h b/apps/screens.h index 38fef14d60..56e2f36b25 100644 --- a/apps/screens.h +++ b/apps/screens.h @@ -38,10 +38,6 @@ void charging_splash(void); int mmc_remove_request(void); #endif -#ifdef HAVE_PITCHSCREEN -bool pitch_screen(void); -#endif - #if CONFIG_RTC bool set_time_screen(const char* title, struct tm *tm); #endif |