From abed693a4462f254fb84c7fa2cb90e05719459c6 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 7 Mar 2022 22:18:31 +0100 Subject: [PATCH] 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.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.cpp b/main.cpp index 568f5db..600ccd1 100644 --- a/main.cpp +++ b/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; }