Skip to content

Commit

Permalink
Removed unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 10, 2014
1 parent b17fd9a commit f0aa97d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/controllermap.c
Expand Up @@ -96,13 +96,6 @@ LoadTexture(SDL_Renderer *renderer, char *file, SDL_bool transparent)
return texture;
}

static void
DrawRect(SDL_Renderer *r, const int x, const int y, const int w, const int h)
{
const SDL_Rect area = { x, y, w, h };
SDL_RenderFillRect(r, &area);
}

static SDL_bool
WatchJoystick(SDL_Joystick * joystick)
{
Expand Down

0 comments on commit f0aa97d

Please sign in to comment.