log unhandled vendor remote keycodes in the log, so they get logged without debugging...
[deb_libcec.git] / src / lib / implementations / CECCommandHandler.h
index ccefb580ea783de77112cddd245ef328b0c8c52d..b09f9b3ecbf3b9b657caa33d283232c9138dff97 100644 (file)
@@ -135,7 +135,7 @@ namespace CEC
     virtual int HandleUserControlPressed(const cec_command &command);
     virtual int HandleUserControlRelease(const cec_command &command);
     virtual int HandleVendorCommand(const cec_command &command);
-    virtual int HandleVendorRemoteButtonDown(const cec_command & UNUSED(command)) { return COMMAND_HANDLED; }
+    virtual int HandleVendorRemoteButtonDown(const cec_command& command);
     virtual int HandleVendorRemoteButtonUp(const cec_command & UNUSED(command)) { return COMMAND_HANDLED; }
     virtual void UnhandledCommand(const cec_command &command, const cec_abort_reason reason);