cec: mark the active source as active and other devices as inactive. removed duplicat...
[deb_libcec.git] / src / lib / implementations / VLCommandHandler.cpp
index d1c7605e3d83574b1f172b47fd6cd3cf35c2e9f0..e3d570bf6f1e0dd51ec2965c354f4eaaec2f3738 100644 (file)
@@ -55,7 +55,6 @@ bool CVLCommandHandler::HandleSetStreamPath(const cec_command &command)
       if (device)
       {
         return device->TransmitActiveSource() &&
-               device->TransmitActiveView() &&
                device->TransmitMenuState(command.initiator);
       }
       return false;