summaryrefslogtreecommitdiffstats
path: root/hw/ccid.h
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2011-05-19 13:37:14 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2011-07-23 11:20:02 -0500
commit1cc2428ccec8759130c45033c8a44867e919485f (patch)
treeac9f3ceb8a4d1042ffcd118ddcdbb0d83016e51c /hw/ccid.h
parent3836620c091626c26caa77af66a90c047a8e8384 (diff)
downloadhqemu-1cc2428ccec8759130c45033c8a44867e919485f.zip
hqemu-1cc2428ccec8759130c45033c8a44867e919485f.tar.gz
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ccid.h b/hw/ccid.h
index dbfc13c..d3e0371 100644
--- a/hw/ccid.h
+++ b/hw/ccid.h
@@ -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,
OpenPOWER on IntegriCloud