diff options
Diffstat (limited to 'src/displayapp/screens/settings/SettingShakeThreshold.h')
| -rw-r--r-- | src/displayapp/screens/settings/SettingShakeThreshold.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/displayapp/screens/settings/SettingShakeThreshold.h b/src/displayapp/screens/settings/SettingShakeThreshold.h index d0979fa6..58bdb83a 100644 --- a/src/displayapp/screens/settings/SettingShakeThreshold.h +++ b/src/displayapp/screens/settings/SettingShakeThreshold.h @@ -14,8 +14,7 @@ namespace Pinetime { class SettingShakeThreshold : public Screen { public: - SettingShakeThreshold(DisplayApp* app, - Pinetime::Controllers::Settings& settingsController, + SettingShakeThreshold(Pinetime::Controllers::Settings& settingsController, Controllers::MotionController& motionController, System::SystemTask& systemTask); |
