diff options
author | Sam Lantinga <slouken@libsdl.org> | 2016-11-15 01:24:58 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2016-11-15 01:24:58 -0800 |
commit | 2ae04deb924f70a9e5773ce549a5ff02d90d5aaf (patch) | |
tree | a632308879493453e21a3fcd5d2d99f6b7da3630 /src/render/software/SDL_rotate.c | |
parent | 9d54f837f3ad96cb7842c7f1a612209fcb9c2582 (diff) |
Removed unused constants
Except for SDL_bmp.c where they are historically interesting and I've left them in.
Diffstat (limited to 'src/render/software/SDL_rotate.c')
-rw-r--r-- | src/render/software/SDL_rotate.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/render/software/SDL_rotate.c b/src/render/software/SDL_rotate.c index 5813b94788..6b6c2fa091 100644 --- a/src/render/software/SDL_rotate.c +++ b/src/render/software/SDL_rotate.c @@ -77,11 +77,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 */ static Uint32 |