Skip to content

Commit a38ea6b

Browse files
committed
SDL_assert: remove old define for obsolete naming
1 parent f906c52 commit a38ea6b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

include/SDL3/SDL_assert.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,6 @@ extern DECLSPEC const SDL_AssertData * SDLCALL SDL_GetAssertionReport(void);
309309
*/
310310
extern DECLSPEC void SDLCALL SDL_ResetAssertionReport(void);
311311

312-
313-
/* these had wrong naming conventions until 2.0.4. Please update your app! */
314-
#define SDL_assert_state SDL_AssertState
315-
#define SDL_assert_data SDL_AssertData
316-
317-
318312
/* Ends C function definitions when using C++ */
319313
#ifdef __cplusplus
320314
}

0 commit comments

Comments
 (0)