diff options
Diffstat (limited to 'apps/gui/quickscreen.h')
-rw-r--r-- | apps/gui/quickscreen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/gui/quickscreen.h b/apps/gui/quickscreen.h index c725eae60a..acce5cf9bf 100644 --- a/apps/gui/quickscreen.h +++ b/apps/gui/quickscreen.h @@ -43,9 +43,6 @@ struct gui_quickscreen item is changed */ }; -#ifdef BUTTON_F3 -extern bool quick_screen_f3(int button_enter); -#endif extern bool quick_screen_quick(int button_enter); int quickscreen_set_option(void *data); bool is_setting_quickscreenable(const struct settings_list *setting); |