repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 51057b66a5d00132012e3269384dbabbef261450:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 51057b66a5d00132012e3269384dbabbef261450
Author: Emanuele Giaquinta 
Date:   Wed Nov 30 12:53:50 2011 +0000

    Remove unused and undocumented XUngrabKeyboard perl binding.

diff --git a/src/rxvtperl.xs b/src/rxvtperl.xs
index 68d9b6122ee90c12fe87a2e3ed56242c93c6519a..
index ..71e9a8524f24d6059c02dea880f47094daf5cbad 100644
--- a/src/rxvtperl.xs
+++ b/src/rxvtperl.xs
@@ -981,11 +981,6 @@ rxvt_term::XUngrabKey (int keycode, U32 modifiers, Window window = THIS->vt)
 	CODE:
 	XUngrabKey (THIS->dpy, keycode, modifiers, window);

-void
-rxvt_term::XUngrabKeyboard (Time eventtime)
-	CODE:
-	XUngrabKeyboard (THIS->dpy, eventtime);
-
 bool
 rxvt_term::grab (Time eventtime, int sync = 0)
 	CODE:

-----END OF PAGE-----