Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Since we changed the API entirely, just remove the old function names
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Feb 6, 2011
1 parent 7cc07d8 commit 2338a7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/SDL_compat.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 2338a7b

Please sign in to comment.