key: remove usage of OS keyboard layer for bell

Right now, bell is a no-op.
This commit is contained in:
Daniel Stone
2006-10-08 16:14:12 +03:00
committed by Daniel Stone
parent e468150448
commit 77cbbc20b6

View File

@@ -240,8 +240,11 @@ static KeySym map[] = {
static void
EvdevKbdBell (int percent, DeviceIntPtr device, pointer ctrl, int unused)
{
/* OS keyboard layer has been removed. */
#if 0
xf86SoundKbdBell(percent, ((KeybdCtrl*) ctrl)->bell_pitch,
((KeybdCtrl*) ctrl)->bell_duration);
#endif
}
static void