SDL_*Parachute() are no-ops, remove them.

This commit is contained in:
Ryan C. Gordon 2013-08-07 11:12:11 -07:00
parent 8c143ffe40
commit d99a4adff9
9 changed files with 0 additions and 104 deletions

View file

@ -2,7 +2,6 @@ TARGET_LIB = libSDL2.a
OBJS= src/SDL.o \
src/SDL_assert.o \
src/SDL_error.o \
src/SDL_fatal.o \
src/SDL_hints.o \
src/SDL_log.o \
src/atomic/SDL_atomic.o \