diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-04 23:16:31 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-02-04 23:16:31 +0000 |
| commit | dd8cb8a2c12a538e935d508e77794753f5f11276 (patch) | |
| tree | ca6a135526ada7a629d8046af74bc30b37e83003 /apps/settings.c | |
| parent | 621bcc22940aed0242ed1795491a400521d2394d (diff) | |
| download | rockbox-dd8cb8a2c12a538e935d508e77794753f5f11276.zip rockbox-dd8cb8a2c12a538e935d508e77794753f5f11276.tar.gz rockbox-dd8cb8a2c12a538e935d508e77794753f5f11276.tar.bz2 rockbox-dd8cb8a2c12a538e935d508e77794753f5f11276.tar.xz | |
Committed a little too much
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8569 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/settings.c')
| -rw-r--r-- | apps/settings.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/apps/settings.c b/apps/settings.c index fd1b530..07db21e 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -508,28 +508,6 @@ static const struct bit_entry hd_bits[] = #endif #endif /* HAVE_LCD_BITMAP */ -#if CONFIG_CODEC == SWCODEC - {1, S_O(eq_enabled), false, "eq enabled", off_on }, - /* 0..32768 Hz */ - {15, S_O(eq_band0_cutoff), 60, "eq band 0 cutoff", NULL }, - {15, S_O(eq_band1_cutoff), 200, "eq band 1 cutoff", NULL }, - {15, S_O(eq_band2_cutoff), 800, "eq band 2 cutoff", NULL }, - {15, S_O(eq_band3_cutoff), 4000, "eq band 3 cutoff", NULL }, - {15, S_O(eq_band4_cutoff), 12000, "eq band 4 cutoff", NULL }, - /* 0..64 (or 0.0 to 6.4) */ - {6, S_O(eq_band0_q), 7, "eq band 0 q", NULL }, - {6, S_O(eq_band1_q), 10, "eq band 1 q", NULL }, - {6, S_O(eq_band2_q), 10, "eq band 2 q", NULL }, - {6, S_O(eq_band3_q), 10, "eq band 3 q", NULL }, - {6, S_O(eq_band4_q), 7, "eq band 4 q", NULL }, - /* -240..240 (or -24db to +24db) */ - {9|SIGNED, S_O(eq_band0_gain), 0, "eq band 0 gain", NULL }, - {9|SIGNED, S_O(eq_band1_gain), 0, "eq band 1 gain", NULL }, - {9|SIGNED, S_O(eq_band2_gain), 0, "eq band 2 gain", NULL }, - {9|SIGNED, S_O(eq_band3_gain), 0, "eq band 3 gain", NULL }, - {9|SIGNED, S_O(eq_band4_gain), 0, "eq band 4 gain", NULL }, -#endif - /* If values are just added to the end, no need to bump the version. */ /* new stuff to be added at the end */ |