mirror of
https://github.com/dingusdev/dingusppc.git
synced 2024-12-22 15:29:58 +00:00
scsicdrom: Fields inited by parent class.
They don't need to be reinitialized.
This commit is contained in:
parent
71dabf5334
commit
6a30ef7017
@ -38,8 +38,6 @@ static char cdu8003a_revision_id[] = "1.9a";
|
||||
|
||||
ScsiCdrom::ScsiCdrom(std::string name, int my_id) : CdromDrive(), ScsiDevice(name, my_id)
|
||||
{
|
||||
this->pre_xfer_action = nullptr;
|
||||
this->post_xfer_action = nullptr;
|
||||
}
|
||||
|
||||
void ScsiCdrom::process_command()
|
||||
|
Loading…
Reference in New Issue
Block a user