Removed SDL_GetRevisionNumber()

Fixes https://github.com/libsdl-org/SDL/issues/6620
This commit is contained in:
Sam Lantinga
2022-11-25 13:36:14 -08:00
parent ac8fbb7040
commit 346eeba210
7 changed files with 18 additions and 34 deletions

View File

@@ -8,4 +8,11 @@ This is a list of major changes in SDL's version history.
General:
* M_PI is no longer defined in SDL_stdinc.h, now the symbols SDL_PI_D (double) and SDL_PI_F (float) are available
* SDL_GetWindowWMInfo() returns a standard int result code instead of SDL_bool, and takes SDL_SYSWM_CURRENT_VERSION as a new third parameter
* SDL_RWFromFP has been removed from the API
* Removed the following functions from the API:
* SDL_CalculateGammaRamp()
* SDL_GetRevisionNumber()
* SDL_GetWindowBrightness()
* SDL_GetWindowGammaRamp()
* SDL_RWFromFP()
* SDL_SetWindowBrightness()
* SDL_SetWindowGammaRamp()