cec: removed deprecated CECCreate() method
[deb_libcec.git] / src / lib / CECProcessor.h
index 24c02bbfa9691d7afb66993ddad98002a9ae8f00..53d9f6b5bfcf3da9e3e700e37f506c97c32624b5 100644 (file)
@@ -46,7 +46,6 @@ namespace CEC
   class CCECProcessor : public PLATFORM::CThread, public IAdapterCommunicationCallback
   {
     public:
-      CCECProcessor(CLibCEC *controller, const char *strDeviceName, cec_logical_address iLogicalAddress = CECDEVICE_PLAYBACKDEVICE1, uint16_t iPhysicalAddress = CEC_DEFAULT_PHYSICAL_ADDRESS);
       CCECProcessor(CLibCEC *controller, const char *strDeviceName, const cec_device_type_list &types);
       virtual ~CCECProcessor(void);