mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 06:30:04 +00:00
Removed unused code
This commit is contained in:
parent
a278d7cfc9
commit
d47ac6ce40
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user