]> git.proxmox.com Git - qemu.git/blobdiff - libcacard/vcardt.h
qga: Fix compiler warnings (missing format attribute, wrong format strings)
[qemu.git] / libcacard / vcardt.h
index 538bdde3df066db9ee329a5e2f6a555d91482027..795e2653040fecff8b1c9d8b82cbbd57b5ae826c 100644 (file)
@@ -25,11 +25,6 @@ typedef struct VCardEmulStruct VCardEmul;
 
 #define MAX_CHANNEL 4
 
-/* create an ATR with appropriate historical bytes */
-#define VCARD_ATR_PREFIX(size) 0x3b, 0x66+(size), 0x00, 0xff, \
-                               'V', 'C', 'A', 'R', 'D', '_'
-
-
 typedef enum {
     VCARD_DONE,
     VCARD_NEXT,