diff --git a/include/SDL3/SDL_stdinc.h b/include/SDL3/SDL_stdinc.h index c002ffa6f..4c844a069 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.