Explorar o código

video: Removed unused variables.

Ryan C. Gordon %!s(int64=6) %!d(string=hai) anos
pai
achega
9f636be8c0
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      src/video/SDL_fillrect.c

+ 0 - 3
src/video/SDL_fillrect.c

@@ -236,9 +236,6 @@ SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h)
 int
 int
 SDL_FillRect(SDL_Surface * dst, const SDL_Rect * rect, Uint32 color)
 SDL_FillRect(SDL_Surface * dst, const SDL_Rect * rect, Uint32 color)
 {
 {
-    SDL_Rect clipped;
-    Uint8 *pixels;
-
     if (!dst) {
     if (!dst) {
         return SDL_SetError("Passed NULL destination surface");
         return SDL_SetError("Passed NULL destination surface");
     }
     }