From a38ea6bad2eb697bf3f078572a69d20b99b26995 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Sat, 10 Dec 2022 17:21:51 +0100 Subject: [PATCH] SDL_assert: remove old define for obsolete naming --- include/SDL3/SDL_assert.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/SDL3/SDL_assert.h b/include/SDL3/SDL_assert.h index 1250e02dfa..40e41305ef 100644 --- a/include/SDL3/SDL_assert.h +++ b/include/SDL3/SDL_assert.h @@ -309,12 +309,6 @@ extern DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void); */ extern DECLSPEC void SDLCALL SDL_ResetAssertionReport(void); - -/* these had wrong naming conventions until 2.0.4. Please update your app! */ -#define SDL_assert_state SDL_AssertState -#define SDL_assert_data SDL_AssertData - - /* Ends C function definitions when using C++ */ #ifdef __cplusplus }