diff --git a/src_c/include/pgcompat.h b/src_c/include/pgcompat.h index 9ace8f12ae..e5fd7740a6 100644 --- a/src_c/include/pgcompat.h +++ b/src_c/include/pgcompat.h @@ -31,7 +31,6 @@ typedef uint8_t Uint8; // in SDL 2.0.14, the macros below let us use the new (less confusing) // naming while still building on old versions. - #if SDL_VERSION_ATLEAST(2, 0, 14) #define PG_PIXELFORMAT_XRGB8888 SDL_PIXELFORMAT_XRGB8888 #else