cec: more consistent log messages + cosmetics
[deb_libcec.git] / src / lib / devices / CECPlaybackDevice.cpp
index 8951fe03d76a5a86eb7d26bd375bd1dc3df067e0..17ef319ac232b47097ed57d6bbbf8de433731403 100644 (file)
@@ -38,5 +38,4 @@ CCECPlaybackDevice::CCECPlaybackDevice(CCECProcessor *processor, cec_logical_add
     CCECBusDevice(processor, address, iPhysicalAddress)
 {
   m_type          = CEC_DEVICE_TYPE_PLAYBACK_DEVICE;
-  m_strDeviceName = "Player";
 }