grml...
[seabios.git] / src / usb-hid.c
index b88d684f483b6c9518b06a870c01dc106d0cb56e..168b7fabb209588fffe89bdfd79fdfc8c3f98233 100644 (file)
@@ -130,15 +130,6 @@ usb_hid_init(struct usb_pipe *pipe
     return -1;
 }
 
-void
-usb_hid_setup(void)
-{
-    if (CONFIG_USB_KEYBOARD)
-        keyboard_pipe = NULL;
-    if (CONFIG_USB_MOUSE)
-        mouse_pipe = NULL;
-}
-
 
 /****************************************************************
  * Keyboard events