From cd1bd0ac2e269480263f65105a2aeb8b913454cd Mon Sep 17 00:00:00 2001
From: Ethan Lee <[EMAIL REDACTED]>
Date: Tue, 31 Dec 2024 10:46:42 -0500
Subject: [PATCH] storage: Remove an outdated FIXME.
Woops ended up doing GPU stuff instead, maybe after 3.2!
---
include/SDL3/SDL_storage.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/SDL3/SDL_storage.h b/include/SDL3/SDL_storage.h
index c408120a57f43..3116e9fb54e0f 100644
--- a/include/SDL3/SDL_storage.h
+++ b/include/SDL3/SDL_storage.h
@@ -40,8 +40,6 @@
extern "C" {
#endif
-/* !!! FIXME: Don't let this ship without async R/W support!!! */
-
/**
* Function interface for SDL_Storage.
*