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

@ -37,7 +37,6 @@ typedef unsigned int u_int32_t;
#define floor SDL_uclibc_floor
#define __ieee754_log SDL_uclibc_log
#define __ieee754_pow SDL_uclibc_pow
#define round SDL_uclibc_round
#define scalbn SDL_uclibc_scalbn
#define sin SDL_uclibc_sin
#define __ieee754_sqrt SDL_uclibc_sqrt