diff options
author | Markus Armbruster <armbru@redhat.com> | 2011-05-19 13:37:14 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2011-07-23 11:20:02 -0500 |
commit | 1cc2428ccec8759130c45033c8a44867e919485f (patch) | |
tree | ac9f3ceb8a4d1042ffcd118ddcdbb0d83016e51c /hw/ccid.h | |
parent | 3836620c091626c26caa77af66a90c047a8e8384 (diff) |
usb-ccid: Drop unused CCIDCardInfo callback print()
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/ccid.h')
-rw-r--r-- | hw/ccid.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -29,7 +29,6 @@ struct CCIDCardState { */ struct CCIDCardInfo { DeviceInfo qdev; - void (*print)(Monitor *mon, CCIDCardState *card, int indent); const uint8_t *(*get_atr)(CCIDCardState *card, uint32_t *len); void (*apdu_from_guest)(CCIDCardState *card, const uint8_t *apdu, |