X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fdevices%2FCECTV.cpp;h=105ac7b63d2644d0e0660eeab69a4685e8699fa6;hb=62f5527da093117c4188e8fb3dc1469802be203e;hp=862cf84faeb22c887c84616662c319cdb90689ee;hpb=8747dd4fbf6aca45c49391ba754f013f28ca3806;p=deb_libcec.git diff --git a/src/lib/devices/CECTV.cpp b/src/lib/devices/CECTV.cpp index 862cf84..105ac7b 100644 --- a/src/lib/devices/CECTV.cpp +++ b/src/lib/devices/CECTV.cpp @@ -38,5 +38,4 @@ CCECTV::CCECTV(CCECProcessor *processor, cec_logical_address address, uint16_t i CCECBusDevice(processor, address, iPhysicalAddress) { m_type = CEC_DEVICE_TYPE_TV; - m_strDeviceName = "TV"; }