diff options
Diffstat (limited to 'apps/settings.c')
-rw-r--r-- | apps/settings.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) | |||
489 | dac_line_in(global_settings.line_in); | 489 | dac_line_in(global_settings.line_in); |
490 | #endif | 490 | #endif |
491 | mpeg_id3_options(global_settings.id3_v1_first); | 491 | mpeg_id3_options(global_settings.id3_v1_first); |
492 | #ifdef HAVE_ATA_POWER_OFF | ||
493 | ata_poweroff(global_settings.disk_poweroff); | ||
494 | #endif | ||
495 | 492 | ||
496 | set_poweroff_timeout(global_settings.poweroff); | 493 | set_poweroff_timeout(global_settings.poweroff); |
497 | 494 | ||