Removed unused constants

Except for SDL_bmp.c where they are historically interesting and I've left them in.
This commit is contained in:
Sam Lantinga 2016-11-15 01:24:58 -08:00
parent 1dd0c768de
commit 0749b6e318
6 changed files with 2 additions and 26 deletions

View file

@ -76,11 +76,6 @@ to a situation where the program can segfault.
*/
#define GUARD_ROWS (2)
/* !
\brief Lower limit of absolute zoom factor or rotation degrees.
*/
/* #define VALUE_LIMIT 0.001 */
/* !
\brief Returns colorkey info for a surface
*/