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();