cec: dropped second mutex in CAdapterCommunication. it's all called from 1 thread now
[deb_libcec.git] / src / lib / AdapterCommunication.h
index c9a8e8c1155de1132d85c324c702182b5123e538..0d4ac9b33cd88d5be62e46e1c14de02cfdaf5fbc 100644 (file)
@@ -148,7 +148,6 @@ namespace CEC
     CecBuffer<uint8_t>            m_inBuffer;
     CecBuffer<CCECAdapterMessage> m_outBuffer;
     CMutex                        m_bufferMutex;
-    CMutex                        m_commMutex;
     CCondition                    m_rcvCondition;
   };
 };