Remove code that was unintentionally kept in a resynchronized patch in FS#3001. This closes FS#11873.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29119 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2011-01-23 12:24:56 +00:00
parent 6546cd1282
commit 322a51d437

View file

@ -767,9 +767,6 @@ void shutdown_hw(void)
storage_spindown(1);
}
while (storage_disk_is_active())
sleep(HZ/10);
#if CONFIG_CODEC == SWCODEC
audiohw_close();
#else