summaryrefslogtreecommitdiffstats
path: root/uisimulator/x11
diff options
context:
space:
mode:
authorBjörn Stenberg <bjorn@haxx.se>2002-08-26 09:41:54 +0000
committerBjörn Stenberg <bjorn@haxx.se>2002-08-26 09:41:54 +0000
commit354d3d95279d150076dc8ab72f06230f6a009141 (patch)
tree3c2f4d27c1e99c8d1d3d92dcac68b9d963ee277d /uisimulator/x11
parente67958ba8665655ffb16b2358a82a64c56403912 (diff)
downloadrockbox-354d3d95279d150076dc8ab72f06230f6a009141.tar.gz
rockbox-354d3d95279d150076dc8ab72f06230f6a009141.zip
Removed beep-on-keypress
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1979 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/screenhack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index 3b94309a7f..332abee0c3 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -197,8 +197,6 @@ int screenhack_handle_event (Display *dpy, XEvent *event)
KeySym keysym;
unsigned char c = 0;
XLookupString (&event->xkey, &c, 1, &keysym, 0);
- if (! (keysym >= XK_Shift_L && keysym <= XK_Hyper_R))
- XBell (dpy, 0); /* beep for non-chord keys */
key = keysym;
/* fprintf(stderr, "KEY PRESSED: %c (%02x)\n", c, c); */
}