This commit is contained in:
dborth 2009-10-27 02:35:11 +00:00
parent c0e9545ba1
commit bc8d214611

View File

@ -171,7 +171,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;
}