From 07ac12110f63a8827c25adb28e55548a34506f8a Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Fri, 29 Nov 2019 20:14:45 +0100 Subject: [PATCH] - removed some piece of obsolete code merged from upstream. --- source/sw/src/game.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/source/sw/src/game.cpp b/source/sw/src/game.cpp index db03fef4f..500d0a689 100644 --- a/source/sw/src/game.cpp +++ b/source/sw/src/game.cpp @@ -3052,14 +3052,6 @@ int32_t GameInterface::app_main() int cnt = 0; uint32_t TotalMemory; - if (argc > 1) - { - buildputs("Application parameters: "); - for (i = 1; i < argc; ++i) - buildprintf("%s ", argv[i]); - buildputs("\n"); - } - SW_ExtInit(); CONFIG_ReadSetup();