mirror of
https://github.com/encounter/SDL.git
synced 2025-12-21 10:49:12 +00:00
Deprecate SDL_GetRevisionNumber and update things for git instead of hg.
Fixes #4063
This commit is contained in:
@@ -141,9 +141,6 @@ int platform_testGetFunctions (void *arg)
|
||||
SDLTest_AssertPass("SDL_GetRevision()");
|
||||
SDLTest_AssertCheck(revision != NULL, "SDL_GetRevision() != NULL");
|
||||
|
||||
ret = SDL_GetRevisionNumber();
|
||||
SDLTest_AssertPass("SDL_GetRevisionNumber()");
|
||||
|
||||
return TEST_COMPLETED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user