- removed some piece of obsolete code merged from upstream.

This commit is contained in:
Christoph Oelckers 2019-11-29 20:14:45 +01:00
parent 1616ee0c6a
commit 07ac12110f

View file

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