sdl12-compat: FIXME removal: "go through all of these"

From 5dae287f9ff684abd0568b326812cddde9dd352c Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Fri, 19 Aug 2022 10:22:50 -0400
Subject: [PATCH] FIXME removal: "go through all of these"

I think this was probably just a "see if these all need to be global
variables" or "do we still use all of these?" or something...but I think
it's okay.

Reference Issue #143.
---
 src/SDL12_compat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
index c5c539ee..4ee9aa6d 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -931,7 +931,7 @@ typedef struct OpenGLEntryPoints
     #include "SDL20_syms.h"
 } OpenGLEntryPoints;
 
-/* !!! FIXME: go through all of these. */
+
 static Uint32 LinkedSDL2VersionInt = 0;
 static SDL_bool IsDummyVideo = SDL_FALSE;
 static VideoModeList *VideoModes = NULL;