mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-23 16:21:15 +00:00
Remove unused variable
This commit is contained in:
parent
9bd6dba5a2
commit
c1afa98898
@ -345,8 +345,7 @@ void MxOmni::Destroy()
|
|||||||
MxLong MxOmni::Notify(MxParam &p)
|
MxLong MxOmni::Notify(MxParam &p)
|
||||||
{
|
{
|
||||||
MxAutoLocker lock(&this->m_criticalsection);
|
MxAutoLocker lock(&this->m_criticalsection);
|
||||||
MxLong result;
|
|
||||||
|
|
||||||
if (p.GetType() != MXSTREAMER_UNKNOWN)
|
if (p.GetType() != MXSTREAMER_UNKNOWN)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user