mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
video: Removed unused variables.
This commit is contained in:
parent
e23067eab2
commit
9f636be8c0
@ -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");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user