From e232248f6297dee563e274604cffd7831efe09b3 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Mon, 23 May 2022 18:45:07 +0100
Subject: [PATCH] test: Remove workaround for SDL_image#243
The previous commit makes this unnecessary.
Signed-off-by: Simon McVittie <smcv@collabora.com>
---
test/main.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/test/main.c b/test/main.c
index 56a34eac..508aa87c 100644
--- a/test/main.c
+++ b/test/main.c
@@ -28,14 +28,6 @@ static const char pathsep[] = ".";
static const char pathsep[] = "/";
#endif
-/* TODO: https://github.com/libsdl-org/SDL_image/issues/243 */
-#ifndef SDL_IMAGE_SAVE_JPG
-# define SDL_IMAGE_SAVE_JPG 0
-#endif
-#ifndef SDL_IMAGE_SAVE_PNG
-# define SDL_IMAGE_SAVE_PNG 0
-#endif
-
typedef enum
{
TEST_FILE_DIST,