From 26478d9006ea1ce92305c8995d2d2ac61d1964c4 Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Wed, 22 Feb 2023 22:36:38 +0200 Subject: screens: Remove unused DisplayApp parameters --- src/displayapp/screens/settings/SettingShakeThreshold.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/displayapp/screens/settings/SettingShakeThreshold.h') 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); -- cgit v1.2.3-70-g09d2