From c2e4b14a82841ae1f2ad78de59ee435adfb1155a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 14 Sep 2024 16:22:09 -0400 Subject: [PATCH] Revert "stdinc: Added missing `\param` to SDL_CreateEnvironment." This reverts commit 919f8d3e2b9e966a0ed89a61a8d639961f4670bd. --- include/SDL3/SDL_stdinc.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index c002ffa6f6..4c844a069e 100644 --- a/include/SDL3/SDL_stdinc.h +++ b/include/SDL3/SDL_stdinc.h @@ -1032,9 +1032,7 @@ extern SDL_DECLSPEC SDL_Environment * SDLCALL SDL_GetEnvironment(void); extern SDL_DECLSPEC void SDLCALL SDL_CleanupEnvironment(void); /** - * Create a set of environment variables. - * - * \param populated SDL_TRUE to initialize it from the C runtime environment, SDL_FALSE to create an empty environment. + * Create a set of environment variables * * \returns a pointer to the new environment or NULL on failure; call * SDL_GetError() for more information.