diff options
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 |