Browse Source

Removed testing code

Sam Lantinga 11 months ago
parent
commit
95c3ee77c1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/audio/SDL_wave.c

+ 0 - 1
src/audio/SDL_wave.c

@@ -23,7 +23,6 @@
 #ifdef HAVE_LIMITS_H
 #include <limits.h>
 #endif
-#undef INT_MAX
 #ifndef INT_MAX
 SDL_COMPILE_TIME_ASSERT(int_size, sizeof(int) == sizeof(Sint32));
 #define INT_MAX SDL_MAX_SINT32