1
0
Fork 0
forked from len0rd/rockbox

Removed disk settings menu for Ondio

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5239 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-10-09 22:04:47 +00:00
parent ae4d51199f
commit dd937dcfaf
2 changed files with 17 additions and 9 deletions

View file

@ -268,10 +268,12 @@ static const struct bit_entry hd_bits[] =
{4, S_O(ff_rewind_accel), 3, "scan accel", NULL },
{3, S_O(buffer_margin), 0, "antiskip", NULL },
/* disk */
#ifndef HAVE_MMC
#ifdef HAVE_ATA_POWER_OFF
{1, S_O(disk_poweroff), false, "disk poweroff", off_on },
#endif
{8, S_O(disk_spindown), 5, "disk spindown", NULL },
#endif
/* browser */
{2, S_O(dirfilter), SHOW_MUSIC,
"show files", "all,supported,music,playlists" },