summaryrefslogtreecommitdiff
path: root/dix
diff options
context:
space:
mode:
authorBen Byer <bbyer@apple.com>2007-02-17 02:23:11 -0800
committerBen Byer <bbyer@apple.com>2007-02-17 02:23:11 -0800
commit81444486be4f182dde778bac6f7edcbfc4368482 (patch)
treef6be128731926f73eebd1ac2cf2145f94e5af3fa /dix
parentcf4994b0db2fef4c10ce8804adef766bc5118daf (diff)
autoconf goodness for XDarwin, courtesy of pogma
Diffstat (limited to 'dix')
-rw-r--r--dix/devices.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dix/devices.c b/dix/devices.c
index 0739de6db..9f4218414 100644
--- a/dix/devices.c
+++ b/dix/devices.c
@@ -213,11 +213,7 @@ CoreKeyboardBell(int volume, DeviceIntPtr pDev, pointer arg, int something)
{
KeybdCtrl *ctrl = arg;
-#ifdef __DARWIN__
- // not yet implemented :(
-#else
DDXRingBell(volume, ctrl->bell_pitch, ctrl->bell_duration);
-#endif
}
static void