st/xlib: remove dead ungrab helper

This commit is contained in:
Keith Whitwell 2009-08-14 18:00:49 +01:00
parent 65079afcde
commit 515a820021

View file

@ -109,19 +109,6 @@ GetCurrentContext(void)
/**********************************************************************/
/*** Debug helper code ***/
/**********************************************************************/
extern void _kw_ungrab_all( Display *dpy );
void _kw_ungrab_all( Display *dpy )
{
XUngrabPointer( dpy, CurrentTime );
XUngrabKeyboard( dpy, CurrentTime );
}
/**********************************************************************/
/*** GLX Visual Code ***/
/**********************************************************************/