screens: Remove unused DisplayApp parameters
This commit is contained in:
parent
c78211952e
commit
26478d9006
72 changed files with 99 additions and 156 deletions
|
|
@ -5,8 +5,7 @@
|
|||
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
||||
BatteryInfo::BatteryInfo(Pinetime::Applications::DisplayApp* app, const Pinetime::Controllers::Battery& batteryController)
|
||||
: batteryController {batteryController} {
|
||||
BatteryInfo::BatteryInfo(const Pinetime::Controllers::Battery& batteryController) : batteryController {batteryController} {
|
||||
|
||||
batteryPercent = batteryController.PercentRemaining();
|
||||
batteryVoltage = batteryController.Voltage();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue