st/xlib: remove dead ungrab helper
This commit is contained in:
@@ -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 ***/
|
||||
/**********************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user