mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-12 11:10:39 +00:00
- removed some piece of obsolete code merged from upstream.
This commit is contained in:
parent
a7bbd7324e
commit
6d110da209
1 changed files with 0 additions and 8 deletions
|
@ -3049,14 +3049,6 @@ int32_t GameInterface::app_main()
|
||||||
int cnt = 0;
|
int cnt = 0;
|
||||||
uint32_t TotalMemory;
|
uint32_t TotalMemory;
|
||||||
|
|
||||||
if (argc > 1)
|
|
||||||
{
|
|
||||||
buildputs("Application parameters: ");
|
|
||||||
for (i = 1; i < argc; ++i)
|
|
||||||
buildprintf("%s ", argv[i]);
|
|
||||||
buildputs("\n");
|
|
||||||
}
|
|
||||||
|
|
||||||
SW_ExtInit();
|
SW_ExtInit();
|
||||||
|
|
||||||
CONFIG_ReadSetup();
|
CONFIG_ReadSetup();
|
||||||
|
|
Loading…
Reference in a new issue