Remove duplicate declarations of KdAdd*Driver in kdrive.h

Clears gcc warnings in every file that includes kdrive.h:
kdrive.h:507:1: warning: redundant redeclaration of 'KdAddPointerDriver'
kdrive.h:225:6: note: previous declaration of 'KdAddPointerDriver' was here
kdrive.h:510:1: warning: redundant redeclaration of 'KdAddKeyboardDriver'
kdrive.h:284:6: note: previous declaration of 'KdAddKeyboardDriver' was here

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Alan Coopersmith 2011-12-12 16:49:34 -08:00
parent 471e5373b6
commit 3823eedf3c

View File

@ -503,12 +503,6 @@ KdInitInput(void);
void
KdCloseInput(void);
void
KdAddPointerDriver(KdPointerDriver *);
void
KdAddKeyboardDriver(KdKeyboardDriver *);
Bool
KdRegisterFd (int fd, void (*read) (int fd, void *closure), void *closure);