Removed unused code

This commit is contained in:
Uwe Seimet 2021-08-22 19:21:21 +02:00
parent a278d7cfc9
commit d47ac6ce40
2 changed files with 0 additions and 12 deletions

View File

@ -2303,17 +2303,6 @@ bool Disk::Assign(const DWORD* /*cdb*/)
return CheckReady(); return CheckReady();
} }
//---------------------------------------------------------------------------
//
// SPECIFY
//
//---------------------------------------------------------------------------
bool Disk::Specify(const DWORD* /*cdb*/)
{
// Status check
return CheckReady();
}
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// //
// START STOP UNIT // START STOP UNIT

View File

@ -192,7 +192,6 @@ public:
void Seek6(SASIDEV *); void Seek6(SASIDEV *);
void Seek10(SASIDEV *); void Seek10(SASIDEV *);
bool Assign(const DWORD *cdb); // ASSIGN command bool Assign(const DWORD *cdb); // ASSIGN command
bool Specify(const DWORD *cdb); // SPECIFY command
bool StartStop(const DWORD *cdb); // START STOP UNIT command bool StartStop(const DWORD *cdb); // START STOP UNIT command
bool SendDiag(const DWORD *cdb); // SEND DIAGNOSTIC command bool SendDiag(const DWORD *cdb); // SEND DIAGNOSTIC command
bool Removal(const DWORD *cdb); // PREVENT/ALLOW MEDIUM REMOVAL command bool Removal(const DWORD *cdb); // PREVENT/ALLOW MEDIUM REMOVAL command