Skip to content

Commit

Permalink
video: Removed unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 15, 2019
1 parent e23067e commit 9f636be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/video/SDL_fillrect.c
Expand Up @@ -236,9 +236,6 @@ SDL_FillRect4(Uint8 * pixels, int pitch, Uint32 color, int w, int h)
int
SDL_FillRect(SDL_Surface * dst, const SDL_Rect * rect, Uint32 color)
{
SDL_Rect clipped;
Uint8 *pixels;

if (!dst) {
return SDL_SetError("Passed NULL destination surface");
}
Expand Down

0 comments on commit 9f636be

Please sign in to comment.