diff options
author | Jonathan Gordon <rockbox@jdgordon.info> | 2007-08-12 09:53:41 +0000 |
---|---|---|
committer | Jonathan Gordon <rockbox@jdgordon.info> | 2007-08-12 09:53:41 +0000 |
commit | 07a7d47cc1889a476418dc791599625d4e38a100 (patch) | |
tree | 3fb4788d1c1580657c294543809c3761963cd3f3 /apps/settings_list.c | |
parent | 7cb80a2a70d7816ecc64444b47af1ba74190d7e2 (diff) |
Revert my filetypes commits from today. the nvram buffer is 44bytes of which 43 are currently being used. We need to figure out what to do about this.
So in the mean time, set the MAX_FILETYPES to a huge value so we don't have to worry about this for a long while.
This build shold be safe to use again. If you downloaded a build after r14286 make sure you grab a new one
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14291 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 d6f493c9ee..70d521b4a9 100644 --- a/apps/settings_list.c +++ b/apps/settings_list.c @@ -1256,7 +1256,6 @@ const struct settings_list settings[] = { 3, "list_accel_wait", UNIT_SEC, 1, 10, 1, scanaccel_formatter, scanaccel_getlang, NULL), #endif /* HAVE_SCROLLWHEEL */ - SYSTEM_SETTING(NVRAM(4),filetype_count, MAX_FILETYPES), }; const int nb_settings = sizeof(settings)/sizeof(*settings); |