cec: added logical address autodetection and let libcec handle multiple types simulta...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index 0505c7cc81ff23e77ec1a78ae0bc825d4d1e152b..d6acd7512a84f6c21da0f7d74055878941d49046 100644 (file)
@@ -69,7 +69,6 @@ namespace CEC
     void SendToCommandBuffer(const cec_command &command);
 
     CCECBusDevice *GetDevice(cec_logical_address iLogicalAddress) const;
-    CCECBusDevice *GetThisDevice(void) const;
     CCECBusDevice *m_busDevice;
   };
 };