SDL: cmake: remove outdated fixme

From fab33545faf19135cc4a1a151fd654c18161f2e9 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Sun, 18 Dec 2022 03:40:22 +0100
Subject: [PATCH] cmake: remove outdated fixme

---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index f89aed373b6e..b4cedd727e2d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3190,8 +3190,6 @@ if(SDL_STATIC)
     OUTPUT_NAME "${sdl_static_libname}"
     POSITION_INDEPENDENT_CODE "${SDL_STATIC_PIC}")
   target_compile_definitions(SDL3-static PRIVATE SDL_STATIC_LIB)
-  # TODO: Win32 platforms keep the same suffix .lib for import and static
-  # libraries - do we need to consider this?
   target_link_libraries(SDL3-static PRIVATE ${EXTRA_LIBS} ${EXTRA_LDFLAGS} ${CMAKE_DEPENDS})
   target_include_directories(SDL3-static
     PRIVATE