Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Removed unused function.
- Loading branch information
Showing
with
0 additions
and
7 deletions.
-
+0
−7
test/controllermap.c
|
@@ -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) |
|
|
{ |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.