cec: added bWait parameter to volume change methods.
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.cpp
index a073a3fe475b031010a84c042a7a3d5d426c5c0b..9debd5d9423cd3ad0fd47fc35400674c997b2278 100644 (file)
@@ -150,9 +150,7 @@ bool CCECCommandHandler::HandleCommand(const cec_command &command)
     break;
   }
 
-  if (command.destination == CECDEVICE_BROADCAST || m_busDevice->MyLogicalAddressContains(command.destination))
-    m_busDevice->GetProcessor()->AddCommand(command);
-
+  m_busDevice->GetProcessor()->AddCommand(command);
   return bHandled;
 }