From 1b85f60ae0b0c1e24595e9551ce5eee10f15b182 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 23 Jan 2007 15:43:37 +0000 Subject: Permanently enable powering down the disk when it's sleeping for supported targets (iriver h1xx, h3xx and h10, iaudio x5, gigabeat and archos recorders) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12094 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index 01ede41b3e..c7794e1015 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -489,9 +489,6 @@ void settings_apply(void) dac_line_in(global_settings.line_in); #endif mpeg_id3_options(global_settings.id3_v1_first); -#ifdef HAVE_ATA_POWER_OFF - ata_poweroff(global_settings.disk_poweroff); -#endif set_poweroff_timeout(global_settings.poweroff); -- cgit v1.2.3