screens: Remove unused DisplayApp parameters
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Pinetime {
|
||||
|
||||
class FlashLight : public Screen {
|
||||
public:
|
||||
FlashLight(DisplayApp* app, System::SystemTask& systemTask, Controllers::BrightnessController& brightness);
|
||||
FlashLight(System::SystemTask& systemTask, Controllers::BrightnessController& brightness);
|
||||
~FlashLight() override;
|
||||
|
||||
bool OnTouchEvent(Pinetime::Applications::TouchEvents event) override;
|
||||
|
||||
Reference in New Issue
Block a user