sdl12-compat: FIXME removal: this was just fixed this in the last commit.

From a2da9172b6666cb4dedced3807a093b5893e58a6 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Wed, 31 Aug 2022 00:24:37 -0400
Subject: [PATCH] FIXME removal: this was just fixed this in the last commit.

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 6b5e2247..e7265730 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -8351,8 +8351,6 @@ SDL_CDOpen(int drive)
         int c;
         char c0, c1;
 
-        /* we only report audio tracks, starting at 1... */
-        FIXME("Let there be fake data tracks");
         c = retval->numtracks + 1;
         c0 = c / 10 + '0';
         c1 = c % 10 + '0';