Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed unused internal function.
Browse files Browse the repository at this point in the history
Found by Cppcheck.
  • Loading branch information
philippwiesemann committed Jul 14, 2013
1 parent 433f481 commit 4c2f62f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/video/x11/SDL_x11window.c
Expand Up @@ -1031,13 +1031,6 @@ X11_SetWindowFullscreenViaWM(_THIS, SDL_Window * window, SDL_VideoDisplay * _dis
XFlush(display);
}

static __inline__ int
maxint(const int a, const int b)
{
return (a > b ? a : b);
}


/* This handles fullscreen itself, outside the Window Manager. */
static void
X11_BeginWindowFullscreenLegacy(_THIS, SDL_Window * window, SDL_VideoDisplay * _display)
Expand Down

0 comments on commit 4c2f62f

Please sign in to comment.