diff options
| author | Jonathan Gordon <rockbox@jdgordon.info> | 2008-09-20 15:30:55 +0000 |
|---|---|---|
| committer | Jonathan Gordon <rockbox@jdgordon.info> | 2008-09-20 15:30:55 +0000 |
| commit | 40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212 (patch) | |
| tree | b190ac5d9963bb9e2695eef107970158cc32258a /apps/settings_list.c | |
| parent | 3d5fba986578195129c7bf7f2449081c98f5845c (diff) | |
| download | rockbox-40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212.zip rockbox-40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212.tar.gz rockbox-40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212.tar.bz2 rockbox-40d713c5fc8ee1b9127fc81ce4bb97a50e2a4212.tar.xz | |
FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway.
If this commit causes problems with restarting playback open a bug report (getting testers was difficult...)
Settings which are stored in the nvram.bin file will be reset with this commit. this includes resume info, runtimes, "last screen" and a few others.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18555 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings_list.c')
| -rw-r--r-- | apps/settings_list.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c index 0addf5c..f94338c 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -427,7 +427,6 @@ const struct settings_list settings[] = { SYSTEM_SETTING(NVRAM(4), resume_index, -1), SYSTEM_SETTING(NVRAM(4), resume_first_index, 0), SYSTEM_SETTING(NVRAM(4), resume_offset, -1), - SYSTEM_SETTING(NVRAM(4), resume_seed, -1), CHOICE_SETTING(0, repeat_mode, LANG_REPEAT, REPEAT_ALL, "repeat", "off,all,one,shuffle" #ifdef AB_REPEAT_ENABLE |