X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.cpp;h=e3d570bf6f1e0dd51ec2965c354f4eaaec2f3738;hb=8ac9c610be214885ff040d23acb707eeaba1276c;hp=d1c7605e3d83574b1f172b47fd6cd3cf35c2e9f0;hpb=28089abcc287456abfa31081b7978eced6e4a660;p=deb_libcec.git diff --git a/src/lib/implementations/VLCommandHandler.cpp b/src/lib/implementations/VLCommandHandler.cpp index d1c7605..e3d570b 100644 --- a/src/lib/implementations/VLCommandHandler.cpp +++ b/src/lib/implementations/VLCommandHandler.cpp @@ -55,7 +55,6 @@ bool CVLCommandHandler::HandleSetStreamPath(const cec_command &command) if (device) { return device->TransmitActiveSource() && - device->TransmitActiveView() && device->TransmitMenuState(command.initiator); } return false;