cec: removed dupe m_bRunning properties. wait until a thread is started before return...
[deb_libcec.git] / src / lib / LibCEC.h
index 58c2262ede321ab4967e8660c82b872fd1525a01..2a849526a323ea0565743ae8b1a05d3030de1f7f 100644 (file)
@@ -80,7 +80,6 @@ namespace CEC
       virtual void SetCurrentButton(cec_user_control_code iButtonCode);
 
     protected:
-      bool                       m_bStarted;
       cec_user_control_code      m_iCurrentButton;
       int64_t                    m_buttontime;
       CCECProcessor             *m_cec;