summaryrefslogtreecommitdiffstats
path: root/server/smartcard.h
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-07-18 20:32:39 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-07-19 13:31:10 +0200
commitf045886a0623fcec38c390c31570971b4fb8d2d5 (patch)
treeed7bf2330e14ac450dceb7f5ace97645576a2262 /server/smartcard.h
parentb8a1de32749fe536b331ca69c04e4d9b85e7e30d (diff)
downloadspice-f045886a0623fcec38c390c31570971b4fb8d2d5.tar.gz
spice-f045886a0623fcec38c390c31570971b4fb8d2d5.tar.xz
spice-f045886a0623fcec38c390c31570971b4fb8d2d5.zip
remove unused function
Diffstat (limited to 'server/smartcard.h')
-rw-r--r--server/smartcard.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/smartcard.h b/server/smartcard.h
index cc74d9bd..e7fa4572 100644
--- a/server/smartcard.h
+++ b/server/smartcard.h
@@ -29,7 +29,5 @@
int smartcard_device_connect(SpiceCharDeviceInstance *char_device);
void smartcard_device_disconnect(SpiceCharDeviceInstance *char_device);
-void smartcard_channel_init(void);
-
#endif // __SMART_CARD_H__