summaryrefslogtreecommitdiffstats
path: root/apps/gui/quickscreen.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-12 19:26:26 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-12 19:26:26 -0400
commitf68463c53e1fe8c292dcb66098a1caf4c688e1d2 (patch)
tree5b50fd05b7be17ccbdb507dbbd4aabe9ee5a902b /apps/gui/quickscreen.h
parent688575368c45a2a30a6dbfeffff07a7595024a53 (diff)
downloadrockbox-f68463c53e1fe8c292dcb66098a1caf4c688e1d2.tar.gz
rockbox-f68463c53e1fe8c292dcb66098a1caf4c688e1d2.zip
quickscreen: Get rid of a vestigal remnant of the Archos code.
Change-Id: I1dd7e82edfdbcc3a79aa5deaa604ac1623aa16d4
Diffstat (limited to 'apps/gui/quickscreen.h')
-rw-r--r--apps/gui/quickscreen.h3
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);