Removed SDL_REVISION_NUMBER

This commit is contained in:
Sam Lantinga 2023-01-06 09:53:18 -08:00
parent 93e2903ac5
commit 6b5855e990
2 changed files with 0 additions and 2 deletions

View file

@ -3,4 +3,3 @@
#else
#define SDL_REVISION ""
#endif
#define SDL_REVISION_NUMBER 0

View file

@ -1,5 +1,4 @@
#cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@"
#define SDL_REVISION_NUMBER 0
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")"