Skip to content

Commit 7e14d80

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

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/core/cdrom.cc

Lines changed: 0 additions & 6 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:

0 commit comments

Comments
 (0)