HandleVendorRemoteButtonUp -> HandleUserControlRelease for all vendors
[deb_libcec.git] / src / lib / implementations / SLCommandHandler.h
index ac8cb5c66fa515bee3a89f151c4b680abf5fe4ed..9ce444b7acc385f877b6de862e6b172a5d445dcf 100644 (file)
@@ -68,7 +68,6 @@ namespace CEC
     int HandleStandby(const cec_command &command);
     bool TransmitMenuState(const cec_logical_address UNUSED(iInitiator), const cec_logical_address UNUSED(iDestination), cec_menu_state UNUSED(menuState), bool UNUSED(bIsReply)) { return true; }
     bool PowerOn(const cec_logical_address iInitiator, const cec_logical_address iDestination);
-    int HandleVendorRemoteButtonUp(const cec_command& command) { return HandleUserControlRelease(command); }
 
     void ResetSLState(void);
     bool SLInitialised(void);