From fadd0135c33f7b9ef55b70c4cc4cca5af7264751 Mon Sep 17 00:00:00 2001 From: Ethan Lee Date: Mon, 19 Apr 2021 11:57:58 -0400 Subject: [PATCH] Removed obsolete Roadmap section from README --- README | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README b/README index 05e5d75..c220f52 100644 --- a/README +++ b/README @@ -40,9 +40,3 @@ names threads with the 0x406D1388 exception will silently exit. To prevent this exception from being thrown by SDL, add this line before your SDL_Init call: SDL.SDL_SetHint(SDL.SDL_HINT_WINDOWS_DISABLE_THREAD_NAMING, "1"); - -Roadmap -------- -To see the current roadmap for SDL2#, visit the GitHub issues page: - -https://github.com/flibitijibibo/SDL2-CS/issues