From e4ff31362ddf198c956fd0bdd7efa5c3d4ad98d8 Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Fri, 8 Sep 2023 00:40:07 +0200
Subject: [PATCH] SDL3 always has SDL_DEPRECATED
---
include/SDL3_ttf/SDL_ttf.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index eb125d9a..0b7edcaf 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -92,11 +92,6 @@ extern "C" {
(SDL_TTF_MAJOR_VERSION > X || SDL_TTF_MINOR_VERSION >= Y) && \
(SDL_TTF_MAJOR_VERSION > X || SDL_TTF_MINOR_VERSION > Y || SDL_TTF_PATCHLEVEL >= Z))
-/* Make sure this is defined (only available in newer SDL versions) */
-#ifndef SDL_DEPRECATED
-#define SDL_DEPRECATED
-#endif
-
/**
* Query the version of SDL_ttf that the program is linked against.
*