From 6aaedb813fa11ba0679c3051bc2eb28646b9506c Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 30 Aug 2025 16:53:58 -0700 Subject: Update to SDL3 --- src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake (limited to 'src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake') diff --git a/src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake b/src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake deleted file mode 100644 index 84e5f41..0000000 --- a/src/contrib/SDL-2.30.2/include/SDL_revision.h.cmake +++ /dev/null @@ -1,8 +0,0 @@ -#cmakedefine SDL_VENDOR_INFO "@SDL_VENDOR_INFO@" -#define SDL_REVISION_NUMBER 0 - -#ifdef SDL_VENDOR_INFO -#define SDL_REVISION "@SDL_REVISION@ (" SDL_VENDOR_INFO ")" -#else -#define SDL_REVISION "@SDL_REVISION@" -#endif -- cgit v1.2.3