[Spice-commits] Branch '0.6' - spice/enums.h

Hans de Goede jwrdegoede at kemper.freedesktop.org
Thu Dec 16 07:58:03 PST 2010


 spice/enums.h |   13 -------------
 1 file changed, 13 deletions(-)

New commits:
commit 097a1779681fc59d131c325c1f49584eb8c0014c
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Thu Dec 16 17:01:39 2010 +0100

    Revert smartcard: add channel c3822ca59bb81e0367431a173f069ef0b2cd52db
    
    Revert c3822ca59bb81e0367431a173f069ef0b2cd52db "smartcard: add channel"
    the smartcard protocol stuff does not belong in the 0.6 branch.

diff --git a/spice/enums.h b/spice/enums.h
index 76fec0c..3317536 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -327,7 +327,6 @@ enum {
     SPICE_CHANNEL_PLAYBACK,
     SPICE_CHANNEL_RECORD,
     SPICE_CHANNEL_TUNNEL,
-    SPICE_CHANNEL_SMARTCARD,
 
     SPICE_END_CHANNEL
 };
@@ -502,16 +501,4 @@ enum {
     SPICE_MSGC_END_TUNNEL
 };
 
-enum {
-    SPICE_MSG_SMARTCARD_DATA = 101,
-
-    SPICE_MSG_END_SMARTCARD
-};
-
-enum {
-    SPICE_MSGC_SMARTCARD_DATA = 101,
-
-    SPICE_MSGC_END_SMARTCARD
-};
-
 #endif /* _H_SPICE_ENUMS */


More information about the Spice-commits mailing list