Revert "cec: fix timeout"
[deb_libcec.git] / src / lib / AdapterCommunication.cpp
index aeecf3ad2c5b8674e46687d10630cf60e8cfe33c..cc83320aae0084e55b7499b360a3e5883f8225e2 100644 (file)
@@ -188,8 +188,6 @@ bool CAdapterCommunication::Write(const cec_frame &data)
     }
 
     m_controller->AddLog(CEC_LOG_DEBUG, "command sent");
-
-    CCondition::Sleep((uint32_t) data.size * (uint32_t)24 /*data*/ + (uint32_t)5 /*start bit (4.5 ms)*/);
   }
 
   return true;