X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.cpp;h=ad4cf1717fb68a7f0bd0186e5caa54c99ee1f12d;hb=be54289b785d3318dd644223cacb9f281f3e2d3d;hp=8153792d083fc18ebccedeb5964faa44bf94b028;hpb=a2396302c1ce78f95090bfa30ccabc5d4c377b64;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index 8153792..ad4cf17 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -1,7 +1,7 @@ /* * This file is part of the libCEC(R) library. * - * libCEC(R) is Copyright (C) 2011 Pulse-Eight Limited. All rights reserved. + * libCEC(R) is Copyright (C) 2011-2012 Pulse-Eight Limited. All rights reserved. * libCEC(R) is an original work, containing original code. * * libCEC(R) is a trademark of Pulse-Eight Limited. @@ -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(); }