video: Removed unused variables.
This commit is contained in:
parent
27a9e64d97
commit
5b3ec9f184
1 changed files with 0 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue