mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-28 07:03:06 -04:00
Remove obsolete comment
This commit is contained in:
parent
4b08cb4a7e
commit
c890831c41
@ -372,7 +372,6 @@ void MxDiskStreamController::FUN_100c8540()
|
|||||||
MxAutoLocker lock(&this->m_criticalSection);
|
MxAutoLocker lock(&this->m_criticalSection);
|
||||||
for (list<MxDSBuffer*>::iterator it = m_list0x74.begin(); it != m_list0x74.end();) {
|
for (list<MxDSBuffer*>::iterator it = m_list0x74.begin(); it != m_list0x74.end();) {
|
||||||
MxDSBuffer* buf = *it;
|
MxDSBuffer* buf = *it;
|
||||||
// TODO: Match
|
|
||||||
if (buf->GetRefCount() == 0) {
|
if (buf->GetRefCount() == 0) {
|
||||||
m_list0x74.erase(it++);
|
m_list0x74.erase(it++);
|
||||||
FUN_100c7ce0(buf);
|
FUN_100c7ce0(buf);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user