diff options
Diffstat (limited to 'xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h')
| -rw-r--r-- | xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h b/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h index 9b2a43f..62e5a93 100644 --- a/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h +++ b/xbmc/addons/kodi-addon-dev-kit/include/kodi/addon-instance/PeripheralUtils.h | |||
| @@ -150,9 +150,7 @@ namespace addon | |||
| 150 | class PeripheralEvent | 150 | class PeripheralEvent |
| 151 | { | 151 | { |
| 152 | public: | 152 | public: |
| 153 | PeripheralEvent(void) | 153 | PeripheralEvent() = default; |
| 154 | { | ||
| 155 | } | ||
| 156 | 154 | ||
| 157 | PeripheralEvent(unsigned int peripheralIndex, unsigned int buttonIndex, JOYSTICK_STATE_BUTTON state) : | 155 | PeripheralEvent(unsigned int peripheralIndex, unsigned int buttonIndex, JOYSTICK_STATE_BUTTON state) : |
| 158 | m_type(PERIPHERAL_EVENT_TYPE_DRIVER_BUTTON), | 156 | m_type(PERIPHERAL_EVENT_TYPE_DRIVER_BUTTON), |
