From c1afa98898b04ac277b20402a06a95df294a6d31 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sat, 7 Oct 2023 13:51:52 -0400 Subject: [PATCH] Remove unused variable --- LEGO1/mxomni.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/mxomni.cpp b/LEGO1/mxomni.cpp index cde22ffe..b5c0dcb3 100644 --- a/LEGO1/mxomni.cpp +++ b/LEGO1/mxomni.cpp @@ -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;