From 172526a1888471c06a68a276f3f1a6e8ce500c4e Mon Sep 17 00:00:00 2001 From: Tom Atkinson Date: Wed, 28 Feb 2024 10:53:09 +0000 Subject: [PATCH] qa --- app/main.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/main.cpp b/app/main.cpp index 017677001..39c1e864e 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -51,10 +51,6 @@ CUSTOM_MAIN(context) auto code = platform.initialize(plugins::get_all()); - if (code == vkb::ExitCode::Help) - { - } - if (code == vkb::ExitCode::Success) { code = platform.main_loop();