screens: Remove unused DisplayApp parameters
This commit is contained in:
parent
c78211952e
commit
26478d9006
72 changed files with 99 additions and 156 deletions
|
|
@ -24,8 +24,7 @@ namespace Pinetime {
|
|||
|
||||
class WatchFaceAnalog : public Screen {
|
||||
public:
|
||||
WatchFaceAnalog(DisplayApp* app,
|
||||
Controllers::DateTime& dateTimeController,
|
||||
WatchFaceAnalog(Controllers::DateTime& dateTimeController,
|
||||
const Controllers::Battery& batteryController,
|
||||
const Controllers::Ble& bleController,
|
||||
Controllers::NotificationManager& notificationManager,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue