mirror of
https://github.com/yawut/SDL.git
synced 2026-09-10 18:16:19 -05:00
Since we changed the API entirely, just remove the old function names
This commit is contained in:
@@ -330,9 +330,6 @@ extern DECLSPEC int SDLCALL SDL_EnableUNICODE(int enable);
|
||||
|
||||
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)
|
||||
|
||||
/* The timeslice and timer resolution are no longer relevant */
|
||||
|
||||
Reference in New Issue
Block a user