From 658e230a802e81a32f7320d49b7912dc79835a2c Mon Sep 17 00:00:00 2001 From: = Date: Sun, 22 Jun 2025 23:55:21 -0400 Subject: [PATCH] UWP: Lose some old debug code --- uwp/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uwp/main.cpp b/uwp/main.cpp index d14c9109..4adb7348 100644 --- a/uwp/main.cpp +++ b/uwp/main.cpp @@ -7,7 +7,6 @@ extern "C" int wmain(int, pchar**); int bootstrap(int, char**) { - SDL_Init(SDL_INIT_VIDEO); // That's it, run the main process return wmain(0, 0); }