Преглед на файлове

Removed unused function.

Ryan C. Gordon преди 12 години
родител
ревизия
f0aa97d20f
променени са 1 файла, в които са добавени 0 реда и са изтрити 7 реда
  1. 0 7
      test/controllermap.c

+ 0 - 7
test/controllermap.c

@@ -96,13 +96,6 @@ LoadTexture(SDL_Renderer *renderer, char *file, SDL_bool transparent)
     return texture;
     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
 static SDL_bool
 WatchJoystick(SDL_Joystick * joystick)
 WatchJoystick(SDL_Joystick * joystick)
 {
 {