mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 02:31:15 +00:00
Remove obsolete comment
This commit is contained in:
parent
6695ae95e7
commit
6d4ac5c90d
@ -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();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user