diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2011-08-10 10:53:50 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2011-08-10 14:14:00 +0200 |
commit | f3aaaa242e701e4516594bc9fb5845ef07783a6d (patch) | |
tree | 9c751ded88df23a33af170ae27016e050a354626 /hw/usb.h | |
parent | 4c15ba9cc96349ce1cd5396dd243cdc16ff5f016 (diff) | |
download | qemu-f3aaaa242e701e4516594bc9fb5845ef07783a6d.tar.gz qemu-f3aaaa242e701e4516594bc9fb5845ef07783a6d.tar.bz2 qemu-f3aaaa242e701e4516594bc9fb5845ef07783a6d.zip |
usb-hid: remove usb_hid_datain_cb
No users left, all migrated over to hw/hid.[ch].
Yea! Zap it!
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r-- | hw/usb.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -316,9 +316,6 @@ USBDevice *usb_host_device_open(const char *devname); int usb_host_device_close(const char *devname); void usb_host_info(Monitor *mon); -/* usb-hid.c */ -void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *)); - /* usb-bt.c */ USBDevice *usb_bt_init(HCIInfo *hci); |