Removed unused internal function.
Found by Cppcheck.
This commit is contained in:
parent
4405163127
commit
a05aecab3b
1 changed files with 0 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue