UWP: Lose some old debug code

This commit is contained in:
= 2025-06-22 23:55:21 -04:00
parent 5759bab08a
commit 658e230a80

View file

@ -7,7 +7,6 @@ extern "C" int wmain(int, pchar**);
int bootstrap(int, char**) int bootstrap(int, char**)
{ {
SDL_Init(SDL_INIT_VIDEO);
// That's it, run the main process // That's it, run the main process
return wmain(0, 0); return wmain(0, 0);
} }