HandleVendorRemoteButtonUp -> HandleUserControlRelease for all vendors
[deb_libcec.git] / src / lib / implementations / ANCommandHandler.h
index ab0184a5b85968cba7d06b2ce0a6343017566fc1..595170ac887101088f5627b9db9f8c2a300bfba3 100644 (file)
@@ -46,7 +46,6 @@ namespace CEC
     virtual ~CANCommandHandler(void) {};
 
     int HandleVendorRemoteButtonDown(const cec_command &command);
-    int HandleVendorRemoteButtonUp(const cec_command &command);
     int HandleDeviceVendorCommandWithId(const cec_command &command);
 
   protected: