CDROM: Fix START STOP UNIT preventing drive use
@@ -1520,11 +1520,6 @@ extern "C" int scsiCDRomCommand()
cdromPerformEject(img);
}
- else
- {
- // flow through to disk handler
- commandHandled = 0;
- }
else if (command == 0x25)
{