X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fimplementations%2FSLCommandHandler.cpp;h=d0c87d69fa8382a1f026a23579667192d9418e92;hb=7619faadc132c3586abd5865fadd3b7296d6555f;hp=1186d5674a3c02a27b43460c2356431b8c19b123;hpb=a3ffc068ae63ee4fd655ebed4016dd055a7025e0;p=deb_libcec.git diff --git a/src/lib/implementations/SLCommandHandler.cpp b/src/lib/implementations/SLCommandHandler.cpp index 1186d56..d0c87d6 100644 --- a/src/lib/implementations/SLCommandHandler.cpp +++ b/src/lib/implementations/SLCommandHandler.cpp @@ -138,7 +138,6 @@ void CSLCommandHandler::HandleVendorCommandPowerOn(const cec_command &command) void CSLCommandHandler::HandleVendorCommandSLConnect(const cec_command &command) { - CCECBusDevice *primary = m_processor->GetPrimaryDevice(); m_bSLEnabled = true; m_processor->m_busDevices[command.initiator]->SetActiveSource(); m_processor->m_busDevices[command.destination]->TransmitActiveSource();