screens: Remove unused DisplayApp parameters
This commit is contained in:
@@ -14,8 +14,7 @@ namespace {
|
||||
}
|
||||
}
|
||||
|
||||
SettingShakeThreshold::SettingShakeThreshold(DisplayApp* app,
|
||||
Controllers::Settings& settingsController,
|
||||
SettingShakeThreshold::SettingShakeThreshold(Controllers::Settings& settingsController,
|
||||
Controllers::MotionController& motionController,
|
||||
System::SystemTask& systemTask)
|
||||
: settingsController {settingsController}, motionController {motionController}, systemTask {systemTask} {
|
||||
|
||||
Reference in New Issue
Block a user