bsd: Remove unused macros KBD_FD
Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> Reviewed-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Tested-by: Matthieu Herrb <matthieu.herrb@laas.fr>
This commit is contained in:
parent
afb1fe695d
commit
f015351c73
|
@ -37,10 +37,6 @@
|
||||||
#include "xf86Priv.h"
|
#include "xf86Priv.h"
|
||||||
#include "xf86_OSlib.h"
|
#include "xf86_OSlib.h"
|
||||||
|
|
||||||
#ifdef WSCONS_SUPPORT
|
|
||||||
#define KBD_FD(i) ((i).kbdFd != -1 ? (i).kbdFd : (i).consoleFd)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void
|
void
|
||||||
xf86OSRingBell(int loudness, int pitch, int duration)
|
xf86OSRingBell(int loudness, int pitch, int duration)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue