X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.cpp;h=6a6bad2a50d168ded8a8b0656bb7502626f036bc;hb=49d5fd7ebe843eab5d93d2c545477f00dbb27abd;hp=8153792d083fc18ebccedeb5964faa44bf94b028;hpb=a2396302c1ce78f95090bfa30ccabc5d4c377b64;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index 8153792..6a6bad2 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -50,6 +50,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(); }