sdl12-compat: Remove a FIXME for screensaver setup.

From 63406f52612066e3bf00e90c96e1f3502cf561a2 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Mon, 24 Jan 2022 16:10:56 -0500
Subject: [PATCH] Remove a FIXME for screensaver setup.

Turns out SDL2 already checks the same environment variable (as an SDL2 hint,
specifically), so we don't have to manage this in sdl12-compat.

Reference issue #143.
---
 src/SDL12_compat.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
index 26bdc48..2263166 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -5260,8 +5260,6 @@ SDL_SetVideoMode(int width, int height, int bpp, Uint32 flags12)
         HandleInputGrab(SDL12_GRAB_ON);
     }
 
-    FIXME("setup screen saver");
-
     VideoSurfacePresentTicks = 0;
     VideoSurfaceLastPresentTicks = 0;