diff options
| author | Stéphane Doyon <s.doyon@videotron.ca> | 2008-05-04 02:57:30 +0000 |
|---|---|---|
| committer | Stéphane Doyon <s.doyon@videotron.ca> | 2008-05-04 02:57:30 +0000 |
| commit | 49a73ca90f1ceacbf096ddc0064d21c38c56955d (patch) | |
| tree | a9723df88fc32082eca1e76c6827efd9ff548043 /apps/gui/option_select.h | |
| parent | dd4e3848b80a6452012b4b9f947688f9278412e9 (diff) | |
| download | rockbox-49a73ca90f1ceacbf096ddc0064d21c38c56955d.zip rockbox-49a73ca90f1ceacbf096ddc0064d21c38c56955d.tar.gz rockbox-49a73ca90f1ceacbf096ddc0064d21c38c56955d.tar.bz2 rockbox-49a73ca90f1ceacbf096ddc0064d21c38c56955d.tar.xz | |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/gui/option_select.h b/apps/gui/option_select.h index 866b8cf..7c9af44 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, char *option_get_valuestring(struct settings_list *setting, char *buffer, int buf_len, intptr_t temp_var); -void option_talk_value(const struct settings_list *setting, int value, bool enqueue); #endif /* _GUI_OPTION_SELECT_H_ */ |