mirror of
https://github.com/yawut/SDL.git
synced 2026-08-28 03:34:44 -05:00
Removed unused functions
This commit is contained in:
@@ -56,14 +56,6 @@ static Bool isConfigureNotify(Display *dpy, XEvent *ev, XPointer win)
|
||||
{
|
||||
return ev->type == ConfigureNotify && ev->xunmap.window == *((Window*)win);
|
||||
}
|
||||
static Bool isFocusOut(Display *dpy, XEvent *ev, XPointer win)
|
||||
{
|
||||
return ev->type == FocusOut && ev->xunmap.window == *((Window*)win);
|
||||
}
|
||||
static Bool isFocusIn(Display *dpy, XEvent *ev, XPointer win)
|
||||
{
|
||||
return ev->type == FocusIn && ev->xunmap.window == *((Window*)win);
|
||||
}
|
||||
|
||||
static SDL_bool
|
||||
X11_IsWindowLegacyFullscreen(_THIS, SDL_Window * window)
|
||||
|
||||
Reference in New Issue
Block a user