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

@@ -520,13 +520,6 @@ SDL_GetRevision(void)
return SDL_REVISION;
}
/* Get the library source revision number */
int
SDL_GetRevisionNumber(void)
{
return 0; /* doesn't make sense without Mercurial. */
}
/* Get the name of the platform */
const char *
SDL_GetPlatform(void)