diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-02-05 08:21:54 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-02-05 08:21:54 +0000 |
| commit | 7ca3ccd2a4f0e98265bb1a2f4c891489671a5790 (patch) | |
| tree | 875ab7347cc3a13bb3c5e58d8665ceeb4637a72f /apps/gui/option_select.c | |
| parent | c3e73a5f9ee1ec7d0759ee3ce27954e6e653a698 (diff) | |
| download | rockbox-7ca3ccd2a4f0e98265bb1a2f4c891489671a5790.zip rockbox-7ca3ccd2a4f0e98265bb1a2f4c891489671a5790.tar.gz rockbox-7ca3ccd2a4f0e98265bb1a2f4c891489671a5790.tar.bz2 rockbox-7ca3ccd2a4f0e98265bb1a2f4c891489671a5790.tar.xz | |
quiet the masses...
stop the wps scrolling happening in the quickscreen
green delta for non quickscreen targets
nfi why colours arnt working... hopefully bug in firmware/?
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16222 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/option_select.c')
| -rw-r--r-- | apps/gui/option_select.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c index b4b1b71..5dec9f7 100644 --- a/apps/gui/option_select.c +++ b/apps/gui/option_select.c @@ -211,6 +211,7 @@ static int option_talk(int selected_item, void * data) return 0; } +#ifdef HAVE_QUICKSCREEN /* only the quickscreen uses this so far */ void option_select_next_val(struct settings_list *setting) { int val = 0; @@ -246,6 +247,7 @@ void option_select_next_val(struct settings_list *setting) } *value = val; } +#endif static int selection_to_val(struct settings_list *setting, int selection) { |