Skip to content

Commit 6672168

Browse files
committed
Remove old commented code
1 parent 42ff48e commit 6672168

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/core/cdrom.cc

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,12 +1058,6 @@ class CDRomImpl : public PCSX::CDRom {
10581058
}
10591059

10601060
if (!no_busy_error) {
1061-
/* if (!m_iso.isActive()) {
1062-
SetResultSize(2);
1063-
m_result[0] = m_statP | STATUS_ERROR;
1064-
m_result[1] = ERROR_NOTREADY;
1065-
m_stat = DiskError;
1066-
} else {*/
10671061
switch (m_driveState) {
10681062
case DRIVESTATE_LID_OPEN:
10691063
case DRIVESTATE_RESCAN_CD:
@@ -1074,7 +1068,6 @@ class CDRomImpl : public PCSX::CDRom {
10741068
m_stat = DiskError;
10751069
break;
10761070
}
1077-
//}
10781071
}
10791072

10801073
finish:

0 commit comments

Comments
 (0)