mirror of
https://github.com/yawut/SDL.git
synced 2026-06-13 20:20:38 -05:00
Removed a warning
This commit is contained in:
parent
a21f7c3378
commit
e7bd69be5f
|
|
@ -68,7 +68,6 @@ static void DUMMY_VideoQuit(_THIS);
|
|||
/* Hardware surface functions */
|
||||
static int DUMMY_AllocHWSurface(_THIS, SDL_Surface *surface);
|
||||
static int DUMMY_LockHWSurface(_THIS, SDL_Surface *surface);
|
||||
static int DUMMY_FlipHWSurface(_THIS, SDL_Surface *surface);
|
||||
static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface);
|
||||
static void DUMMY_FreeHWSurface(_THIS, SDL_Surface *surface);
|
||||
|
||||
|
|
@ -224,11 +223,6 @@ static void DUMMY_UnlockHWSurface(_THIS, SDL_Surface *surface)
|
|||
return;
|
||||
}
|
||||
|
||||
static int DUMMY_FlipHWSurface(_THIS, SDL_Surface *surface)
|
||||
{
|
||||
return(0);
|
||||
}
|
||||
|
||||
static void DUMMY_UpdateRects(_THIS, int numrects, SDL_Rect *rects)
|
||||
{
|
||||
/* do nothing. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user