screens: Remove explicit Screen constructors
This constructor didn't do anything since DisplayApp reference was removed from the Screen base class.
This commit is contained in:
@@ -43,8 +43,7 @@ namespace {
|
||||
}
|
||||
|
||||
SettingTimeFormat::SettingTimeFormat(Pinetime::Applications::DisplayApp* app, Pinetime::Controllers::Settings& settingsController)
|
||||
: Screen(app),
|
||||
checkboxList(
|
||||
: checkboxList(
|
||||
0,
|
||||
1,
|
||||
app,
|
||||
|
||||
Reference in New Issue
Block a user