Skip to content

Commit

Permalink
Removed a warning
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 7, 2001
1 parent 8f09ff0 commit d261c73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/video/dummy/SDL_nullvideo.c
Expand Up @@ -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);

Expand Down Expand Up @@ -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. */
Expand Down

0 comments on commit d261c73

Please sign in to comment.