From f015351c73bb24ce4172911c3e95d67922de42ab Mon Sep 17 00:00:00 2001 From: Alexandr Shadchin Date: Fri, 26 Aug 2011 18:27:02 +0600 Subject: [PATCH] bsd: Remove unused macros KBD_FD Signed-off-by: Alexandr Shadchin Reviewed-by: Jamey Sharp Reviewed-by: Jeremy Huddleston Tested-by: Matthieu Herrb --- hw/xfree86/os-support/bsd/bsd_bell.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hw/xfree86/os-support/bsd/bsd_bell.c b/hw/xfree86/os-support/bsd/bsd_bell.c index 55eb75231..fb457db71 100644 --- a/hw/xfree86/os-support/bsd/bsd_bell.c +++ b/hw/xfree86/os-support/bsd/bsd_bell.c @@ -37,10 +37,6 @@ #include "xf86Priv.h" #include "xf86_OSlib.h" -#ifdef WSCONS_SUPPORT -#define KBD_FD(i) ((i).kbdFd != -1 ? (i).kbdFd : (i).consoleFd) -#endif - void xf86OSRingBell(int loudness, int pitch, int duration) {