mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 18:05:47 +00:00
Revert "stdinc: Added missing \param to SDL_CreateEnvironment."
This reverts commit 919f8d3e2b.
This commit is contained in:
parent
11c9975caa
commit
c2e4b14a82
1 changed files with 1 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue