From e353c8eff2bef4b84c539d4c03dc7c0a5adf9f9b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 11:25:13 +0200 Subject: Adding upstream version 2:20.5+dfsg. Signed-off-by: Daniel Baumann --- xbmc/peripherals/bus/PeripheralBus.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'xbmc/peripherals/bus/PeripheralBus.h') diff --git a/xbmc/peripherals/bus/PeripheralBus.h b/xbmc/peripherals/bus/PeripheralBus.h index 6b67a7f..c23abff 100644 --- a/xbmc/peripherals/bus/PeripheralBus.h +++ b/xbmc/peripherals/bus/PeripheralBus.h @@ -17,14 +17,6 @@ class CFileItemList; -namespace KODI -{ -namespace JOYSTICK -{ -class IButtonMap; -} // namespace JOYSTICK -} // namespace KODI - namespace PERIPHERALS { class CPeripheral; @@ -65,15 +57,6 @@ public: */ virtual bool InitializeProperties(CPeripheral& peripheral); - /*! - * \brief Initialize a joystick buttonmap, if possible - */ - virtual bool InitializeButtonMap(const CPeripheral& peripheral, - KODI::JOYSTICK::IButtonMap& buttonMap) const - { - return false; - } - /*! * @brief Get the instance of the peripheral at the given location. * @param strLocation The location. -- cgit v1.2.3