summaryrefslogtreecommitdiff
path: root/dependencies/SDL/SDL_revision.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-12-22 13:29:02 -0500
committerFox Caminiti <fox@foxcam.net>2022-12-22 13:29:02 -0500
commit375c120d30456738897c4bd775e38aa1db7d239c (patch)
tree5b365a6233cf736db15fa52fcfac4ba80a986217 /dependencies/SDL/SDL_revision.h
parent4854647d659f75ac6cf4575b61d1dcfd25865791 (diff)
v3.1
Diffstat (limited to 'dependencies/SDL/SDL_revision.h')
-rw-r--r--dependencies/SDL/SDL_revision.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/dependencies/SDL/SDL_revision.h b/dependencies/SDL/SDL_revision.h
deleted file mode 100644
index 5f44fb5..0000000
--- a/dependencies/SDL/SDL_revision.h
+++ /dev/null
@@ -1,8 +0,0 @@
-/* #undef SDL_VENDOR_INFO */
-#define SDL_REVISION_NUMBER 0
-
-#ifdef SDL_VENDOR_INFO
-#define SDL_REVISION "SDL-2.26.1-no-vcs (" SDL_VENDOR_INFO ")"
-#else
-#define SDL_REVISION "SDL-2.26.1-no-vcs"
-#endif