Removed SDL_round() because the license wasn't compatible with zlib

This commit is contained in:
Sam Lantinga 2014-08-17 13:11:55 -07:00
parent 00b70124b6
commit b3e4782510
20 changed files with 12 additions and 37 deletions

View file

@ -133,7 +133,6 @@ typedef unsigned int uintptr_t;
#define HAVE_FLOOR 1
#define HAVE_LOG 1
#define HAVE_POW 1
#define HAVE_ROUND 1
#define HAVE_SIN 1
#define HAVE_SINF 1
#define HAVE_SQRT 1