cec: don't send an updated configuration back when initialising. let the client call...
[deb_libcec.git] / src / lib / CECProcessor.cpp
index 3568c16fb8b18c1997b1ffb7d788c5a032da28c9..7c658a35d17f6a67baa238575230286413a0358f 100644 (file)
@@ -65,8 +65,6 @@ CCECProcessor::CCECProcessor(CLibCEC *controller, libcec_configuration *configur
 
   if (m_configuration.tvVendor != CEC_VENDOR_UNKNOWN)
     m_busDevices[CECDEVICE_TV]->ReplaceHandler(false);
-
-  GetCurrentConfiguration(configuration);
 }
 
 CCECProcessor::CCECProcessor(CLibCEC *controller, const char *strDeviceName, const cec_device_type_list &types, uint16_t iPhysicalAddress) :