X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.cpp;h=f0d59dbb0644b2bb3cae4f86d0a4f7d9910f40e6;hb=5477a250b595adb296ed42a88abab002981f4761;hp=8153792d083fc18ebccedeb5964faa44bf94b028;hpb=a2396302c1ce78f95090bfa30ccabc5d4c377b64;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index 8153792..f0d59db 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -40,7 +40,6 @@ CVLCommandHandler::CVLCommandHandler(CCECBusDevice *busDevice) : CCECCommandHandler(busDevice) { m_vendorId = CEC_VENDOR_PANASONIC; - m_bOPTSendDeckStatusUpdateOnActiveSource = false; } bool CVLCommandHandler::InitHandler(void) @@ -50,6 +49,5 @@ bool CVLCommandHandler::InitHandler(void) { return m_processor->ChangeDeviceType(CEC_DEVICE_TYPE_RECORDING_DEVICE, CEC_DEVICE_TYPE_PLAYBACK_DEVICE); } - m_busDevice->TransmitMenuState(CECDEVICE_TV); return CCECCommandHandler::InitHandler(); }