summaryrefslogtreecommitdiff
path: root/apps/gui/quickscreen.h
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2022-11-30 14:28:31 +0000
committerAidan MacDonald <amachronic@protonmail.com>2022-12-17 13:36:38 +0000
commit767ddef550ec193c087064291b78d0e1db5e8fb0 (patch)
treef22cb97f56d5045baecc8caa40fe0e53a22ca8b7 /apps/gui/quickscreen.h
parentc85a4f1fa4062e69f8ad8d9f4a8d70fe8c32bb82 (diff)
downloadrockbox-767ddef550ec193c087064291b78d0e1db5e8fb0.tar.gz
rockbox-767ddef550ec193c087064291b78d0e1db5e8fb0.zip
quickscreen: Settings ID to pointer conversion
Saves a good deal of code... Change-Id: Ibaf4138ddffd5d8f7cca560cc52645dbce44149c
Diffstat (limited to 'apps/gui/quickscreen.h')
-rw-r--r--apps/gui/quickscreen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/gui/quickscreen.h b/apps/gui/quickscreen.h
index 6082b5a883..bd8008bd34 100644
--- a/apps/gui/quickscreen.h
+++ b/apps/gui/quickscreen.h
@@ -53,7 +53,6 @@ struct gui_quickscreen
53extern int quick_screen_quick(int button_enter); 53extern int quick_screen_quick(int button_enter);
54int quickscreen_set_option(void *data); 54int quickscreen_set_option(void *data);
55bool is_setting_quickscreenable(const struct settings_list *setting); 55bool is_setting_quickscreenable(const struct settings_list *setting);
56void set_as_qs_item(const struct settings_list *setting, 56
57 enum quickscreen_item item);
58#endif /*_GUI_QUICK_SCREEN_H_*/ 57#endif /*_GUI_QUICK_SCREEN_H_*/
59#endif /* HAVE_QUICKSCREEN */ 58#endif /* HAVE_QUICKSCREEN */