Commit a83bca04 authored by Sam Lantinga's avatar Sam Lantinga

Since we changed the API entirely, just remove the old function names

parent 55a04881
...@@ -330,9 +330,6 @@ extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable); ...@@ -330,9 +330,6 @@ extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable);
typedef SDL_Window* SDL_WindowID; typedef SDL_Window* SDL_WindowID;
#define SDL_RenderPoint SDL_RenderDrawPoint
#define SDL_RenderLine SDL_RenderDrawLine
#define SDL_RenderFill(X) (X) ? SDL_RenderFillRect(X) : SDL_RenderClear()
#define SDL_KillThread(X) #define SDL_KillThread(X)
/* The timeslice and timer resolution are no longer relevant */ /* The timeslice and timer resolution are no longer relevant */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment