Skip to content

Commit

Permalink
Remove old PineTimeStyle settings app
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranc committed Oct 3, 2021
1 parent 3320eae commit 7d1da9f
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 400 deletions.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ list(APPEND SOURCE_FILES
displayapp/screens/settings/SettingWakeUp.cpp
displayapp/screens/settings/SettingDisplay.cpp
displayapp/screens/settings/SettingSteps.cpp
displayapp/screens/settings/SettingPineTimeStyle.cpp

## Watch faces
displayapp/icons/bg_clock.c
Expand Down
3 changes: 1 addition & 2 deletions src/displayapp/Apps.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ namespace Pinetime {
SettingTimeFormat,
SettingDisplay,
SettingWakeUp,
SettingSteps,
SettingPineTimeStyle
SettingSteps
};
}
}
5 changes: 0 additions & 5 deletions src/displayapp/DisplayApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "displayapp/screens/settings/SettingWakeUp.h"
#include "displayapp/screens/settings/SettingDisplay.h"
#include "displayapp/screens/settings/SettingSteps.h"
#include "displayapp/screens/settings/SettingPineTimeStyle.h"

#include "libs/lv_conf.h"

Expand Down Expand Up @@ -365,10 +364,6 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction)
currentScreen = std::make_unique<Screens::SettingSteps>(this, settingsController);
ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown);
break;
case Apps::SettingPineTimeStyle:
currentScreen = std::make_unique<Screens::SettingPineTimeStyle>(this, settingsController);
ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown);
break;
case Apps::BatteryInfo:
currentScreen = std::make_unique<Screens::BatteryInfo>(this, batteryController);
ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown);
Expand Down
318 changes: 0 additions & 318 deletions src/displayapp/screens/settings/SettingPineTimeStyle.cpp

This file was deleted.

Loading

0 comments on commit 7d1da9f

Please sign in to comment.