This commit is contained in:
dborth 2009-10-27 02:35:28 +00:00
parent 914bb130c9
commit a7b43100c4

View File

@ -173,7 +173,6 @@ devicecallback (void *arg)
{
if(!dvd->isInserted()) // check if the device was removed
{
printf("dvd removed!\n");
unmountRequired[DEVICE_DVD] = true;
isMounted[DEVICE_DVD] = false;
}