main: remove residual Apps::Missing instantiation
During development the Apps::Missing screen was used to indicate a Screeen, that wasn't ported yet to the Simulator.
This commit is contained in:
parent
816210023f
commit
abed693a44
3
main.cpp
3
main.cpp
|
@ -610,9 +610,6 @@ public:
|
|||
else if (screen_idx == 17) {
|
||||
displayApp.StartApp(Pinetime::Applications::Apps::PassKey, Pinetime::Applications::DisplayApp::FullRefreshDirections::None);
|
||||
}
|
||||
else if (screen_idx == 10) {
|
||||
displayApp.StartApp(Pinetime::Applications::Apps::Missing, Pinetime::Applications::DisplayApp::FullRefreshDirections::None);
|
||||
}
|
||||
else {
|
||||
std::cout << "unhandled screen_idx: " << int(screen_idx) << std::endl;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue