| Index: Source/modules/gamepad/GamepadCommon.h
|
| diff --git a/Source/modules/gamepad/GamepadCommon.h b/Source/modules/gamepad/GamepadCommon.h
|
| index f935fe6fc74f9cd850960f1b1df414b34ce77c9e..9371a6a35680f7e82b580910f4dde33e80f22a05 100644
|
| --- a/Source/modules/gamepad/GamepadCommon.h
|
| +++ b/Source/modules/gamepad/GamepadCommon.h
|
| @@ -54,11 +54,7 @@ public:
|
| void setMapping(const String& val) { m_mapping = val; }
|
|
|
| const DoubleVector& axes() const { return m_axes; }
|
| -#if defined(ENABLE_NEW_GAMEPAD_API)
|
| void setAxes(unsigned count, const double* data);
|
| -#else
|
| - void setAxes(unsigned count, const float* data);
|
| -#endif
|
|
|
| protected:
|
| String m_id;
|
|
|