X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2FLibCECC.cpp;h=2b5357c340408986eb6942d61b733f3d6296b1ea;hb=a4b8e3f0b62e289ad5e0e6bf58949bbdeed1c623;hp=1a7b0454bc21ca22693d59ccdc60052df63853c4;hpb=9f68cc28b0e8e5d9caca7194a1ec53a78fa26d27;p=deb_libcec.git diff --git a/src/lib/LibCECC.cpp b/src/lib/LibCECC.cpp index 1a7b045..2b5357c 100644 --- a/src/lib/LibCECC.cpp +++ b/src/lib/LibCECC.cpp @@ -42,12 +42,6 @@ using namespace std; //@{ ICECAdapter *cec_parser; -int cec_init(const char *strDeviceName, cec_logical_address iLogicalAddress, uint16_t iPhysicalAddress) -{ - cec_parser = (ICECAdapter *) CECCreate(strDeviceName, iLogicalAddress, iPhysicalAddress); - return (cec_parser != NULL) ? 1 : 0; -} - int cec_init_typed(const char *strDeviceName, cec_device_type_list devicesTypes) { cec_parser = (ICECAdapter *) CECInit(strDeviceName, devicesTypes);