Skip to content

Commit

Permalink
Removed a function we don't call anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 13, 2012
1 parent 99eed5b commit a0992c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions src/video/x11/SDL_x11modes.c
Expand Up @@ -972,15 +972,6 @@ int X11_ResizeFullScreen(_THIS)
return(1);
}

void X11_QueueEnterFullScreen(_THIS)
{
switch_waiting = 0x01 | SDL_FULLSCREEN;
switch_time = SDL_GetTicks() + 1500;
#if 0 /* This causes a BadMatch error if the window is iconified (not needed) */
XSetInputFocus(SDL_Display, WMwindow, RevertToNone, CurrentTime);
#endif
}

int X11_EnterFullScreen(_THIS)
{
int okay;
Expand Down
1 change: 0 additions & 1 deletion src/video/x11/SDL_x11modes_c.h
Expand Up @@ -38,6 +38,5 @@ extern void X11_FreeVideoModes(_THIS);
extern int X11_ResizeFullScreen(_THIS);
extern void X11_WaitMapped(_THIS, Window win);
extern void X11_WaitUnmapped(_THIS, Window win);
extern void X11_QueueEnterFullScreen(_THIS);
extern int X11_EnterFullScreen(_THIS);
extern int X11_LeaveFullScreen(_THIS);

0 comments on commit a0992c9

Please sign in to comment.