From 49d5fd7ebe843eab5d93d2c545477f00dbb27abd Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Tue, 3 Jan 2012 15:20:34 +0100 Subject: [PATCH] revert the previous commit. CCECCommandHandler::ActivateSource() already sends the menu state This reverts commit a2396302c1ce78f95090bfa30ccabc5d4c377b64. --- src/lib/implementations/VLCommandHandler.cpp | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.34.1