cec: drop no longer needed parameters for CCECCommandHandler::Transmit()
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index d7f630031a38b70fecc9973703733ca5fddfa47b..8a0182805290d25f543520798b7bb7d036608453 100644 (file)
@@ -207,7 +207,7 @@ namespace CEC
     virtual bool SetVendorId(const cec_command &command);
     virtual void SetPhysicalAddress(cec_logical_address iAddress, uint16_t iNewAddress);
 
-    virtual bool Transmit(cec_command &command, bool bExpectResponse = true, cec_opcode expectedResponse = CEC_OPCODE_NONE);
+    virtual bool Transmit(cec_command &command, bool bSuppressWait = false);
 
     CCECBusDevice *                       m_busDevice;
     CCECProcessor *                       m_processor;