Remove unused variable

This commit is contained in:
Christian Semmler 2023-10-07 13:51:52 -04:00
parent 9bd6dba5a2
commit c1afa98898

View File

@ -345,8 +345,7 @@ void MxOmni::Destroy()
MxLong MxOmni::Notify(MxParam &p)
{
MxAutoLocker lock(&this->m_criticalsection);
MxLong result;
if (p.GetType() != MXSTREAMER_UNKNOWN)
return 0;