Remove obsolete comment

This commit is contained in:
Christian Semmler 2024-01-04 14:33:39 -05:00
parent 6695ae95e7
commit 6d4ac5c90d

View File

@ -78,11 +78,8 @@ void MxDirect3D::Destroy()
this->m_assignedDevice = NULL;
}
// This should get deleted by MxDirectDraw::Destroy
if (m_pCurrentDeviceModesList) {
// delete m_pCurrentDeviceModesList; // missing?
if (m_pCurrentDeviceModesList)
m_pCurrentDeviceModesList = NULL;
}
MxDirectDraw::Destroy();
}