Browse Source

Removed SDL_REVISION_NUMBER

Sam Lantinga 2 years ago
parent
commit
6b5855e990
2 changed files with 0 additions and 2 deletions
  1. 0 1
      include/SDL3/SDL_revision.h
  2. 0 1
      include/build_config/SDL_revision.h.cmake

+ 0 - 1
include/SDL3/SDL_revision.h

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

+ 0 - 1
include/build_config/SDL_revision.h.cmake

@@ -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 ")"