cec: removed unneeded client version from the CCECProcessor constructor
[deb_libcec.git] / src / lib / LibCEC.cpp
index 67e8b6018415396a0f667eadad684e3bb42ee9c8..44e368f8c06250bc45aee0c64ff3b69c32bce970 100644 (file)
@@ -49,7 +49,7 @@ CLibCEC::CLibCEC(const char *strDeviceName, cec_device_type_list types, uint16_t
     m_callbacks(NULL),
     m_cbParam(NULL)
 {
-  m_cec = new CCECProcessor(this, strDeviceName, types, iPhysicalAddress, CEC_CLIENT_VERSION_PRE_1_5);
+  m_cec = new CCECProcessor(this, strDeviceName, types, iPhysicalAddress);
 }
 
 CLibCEC::CLibCEC(const libcec_configuration *configuration) :