From 354d3d95279d150076dc8ab72f06230f6a009141 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Mon, 26 Aug 2002 09:41:54 +0000 Subject: Removed beep-on-keypress git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1979 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/screenhack.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'uisimulator/x11') 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); */ } -- cgit v1.2.3