summaryrefslogtreecommitdiffstats
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
authorPaul Louden <paulthenerd@gmail.com>2008-02-05 09:09:38 +0000
committerPaul Louden <paulthenerd@gmail.com>2008-02-05 09:09:38 +0000
commitf7c938a7b730c2149f93db5c66b1336835e0a81e (patch)
tree4b3c8310dde7fa3b6e83617147a2d01a9579ad15 /apps/gui/option_select.h
parent2b6d35854d656d729968208cf5448db762852d68 (diff)
downloadrockbox-f7c938a7b730c2149f93db5c66b1336835e0a81e.tar.gz
rockbox-f7c938a7b730c2149f93db5c66b1336835e0a81e.zip
(Hopefully) Revert the quickscreen changes. Many fixes need to be made,
and the exact implementation needs discussion. We apologize for the inconvenience and hope to bring an improved quickscreen to you soon. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16224 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index 63299bc599..e46570f303 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -65,9 +65,4 @@ extern void option_select_next(struct option_select * opt);
*/
extern void option_select_prev(struct option_select * opt);
-
-void option_select_next_val(struct settings_list *setting);
-char *option_get_valuestring(struct settings_list *setting,
- char *buffer, int buf_len,
- intptr_t temp_var);
#endif /* _GUI_OPTION_SELECT_H_ */