summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.h
diff options
context:
space:
mode:
authorStéphane Doyon <s.doyon@videotron.ca>2008-05-04 02:57:30 +0000
committerStéphane Doyon <s.doyon@videotron.ca>2008-05-04 02:57:30 +0000
commit49a73ca90f1ceacbf096ddc0064d21c38c56955d (patch)
treea9723df88fc32082eca1e76c6827efd9ff548043 /apps/gui/option_select.h
parentdd4e3848b80a6452012b4b9f947688f9278412e9 (diff)
downloadrockbox-49a73ca90f1ceacbf096ddc0064d21c38c56955d.tar.gz
rockbox-49a73ca90f1ceacbf096ddc0064d21c38c56955d.zip
Revert r17345 on jdgordon's request, until we figure out why it crashes my x5.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17346 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.h')
-rw-r--r--apps/gui/option_select.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h
index 866b8cf0cd..7c9af4409b 100644
--- a/apps/gui/option_select.h
+++ b/apps/gui/option_select.h
@@ -33,5 +33,4 @@ void option_select_next_val(struct settings_list *setting,
33char *option_get_valuestring(struct settings_list *setting, 33char *option_get_valuestring(struct settings_list *setting,
34 char *buffer, int buf_len, 34 char *buffer, int buf_len,
35 intptr_t temp_var); 35 intptr_t temp_var);
36void option_talk_value(const struct settings_list *setting, int value, bool enqueue);
37#endif /* _GUI_OPTION_SELECT_H_ */ 36#endif /* _GUI_OPTION_SELECT_H_ */