X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FVLCommandHandler.cpp;h=e3d570bf6f1e0dd51ec2965c354f4eaaec2f3738;hb=04437dcf953eb9bf3accaceb4dab0fe06d935264;hp=d1c7605e3d83574b1f172b47fd6cd3cf35c2e9f0;hpb=29912296089b5266f2c7e49e621c135b9f023313;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;