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.
main
Reinhold Gschweicher 2022-03-07 22:18:31 +07:00
parent 816210023f
commit abed693a44
1 changed files with 0 additions and 3 deletions

@ -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;
}