screens: Remove unused DisplayApp parameters
This commit is contained in:
parent
c78211952e
commit
26478d9006
72 changed files with 99 additions and 156 deletions
|
|
@ -16,7 +16,7 @@ namespace Pinetime {
|
|||
|
||||
class InfiniPaint : public Screen {
|
||||
public:
|
||||
InfiniPaint(DisplayApp* app, Pinetime::Components::LittleVgl& lvgl, Controllers::MotorController& motor);
|
||||
InfiniPaint(Pinetime::Components::LittleVgl& lvgl, Controllers::MotorController& motor);
|
||||
|
||||
~InfiniPaint() override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue