diff --git a/src/VehicleSetup/JoystickConfigController.cc b/src/VehicleSetup/JoystickConfigController.cc index 08badb5eae3a71568cd416df77e1c24cf1d21306..b2bffc8b3b1734a3b67b315cce45a0ec4434db47 100644 --- a/src/VehicleSetup/JoystickConfigController.cc +++ b/src/VehicleSetup/JoystickConfigController.cc @@ -16,7 +16,6 @@ QGC_LOGGING_CATEGORY(JoystickConfigControllerLog, "JoystickConfigControllerLog") -const int JoystickConfigController::_updateInterval = 150; ///< Interval for timer which updates radio channel widgets const int JoystickConfigController::_calCenterPoint = 0; const int JoystickConfigController::_calValidMinValue = -32768; ///< Largest valid minimum axis value const int JoystickConfigController::_calValidMaxValue = 32767; ///< Smallest valid maximum axis value diff --git a/src/VehicleSetup/JoystickConfigController.h b/src/VehicleSetup/JoystickConfigController.h index 19d826d8c3a973412b134244a0e1217f0deecf71..a947e43b924a40a392a4011b733e573c941b5593 100644 --- a/src/VehicleSetup/JoystickConfigController.h +++ b/src/VehicleSetup/JoystickConfigController.h @@ -208,8 +208,6 @@ private: static const char* _imagePitchUp; static const char* _imagePitchDown; - static const int _updateInterval; ///< Interval for ui update timer - int _rgFunctionAxisMapping[Joystick::maxFunction]; ///< Maps from joystick function to axis index. _axisMax indicates axis not set for this function. static const int _attitudeControls = 5;