From: Lars Op den Kamp Date: Tue, 3 Jan 2012 14:20:34 +0000 (+0100) Subject: revert the previous commit. CCECCommandHandler::ActivateSource() already sends the... X-Git-Tag: upstream/2.2.0~1^2~42^2~8 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=49d5fd7ebe843eab5d93d2c545477f00dbb27abd revert the previous commit. CCECCommandHandler::ActivateSource() already sends the menu state This reverts commit a2396302c1ce78f95090bfa30ccabc5d4c377b64. --- 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(); }