[Spice-commits] gtk/smartcard-manager.c

Marc-André Lureau elmarco at kemper.freedesktop.org
Fri Dec 9 09:43:19 PST 2011


 gtk/smartcard-manager.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 2cb04d16a92dd17888dbdd991ebd437b5cdf613e
Author: Marc-André Lureau <marcandre.lureau at redhat.com>
Date:   Fri Dec 9 18:41:19 2011 +0100

    build: fix build issue because of double declaration
    
    Patch based on Mageia, provided by Olav Vitters.
    
    https://bugzilla.freedesktop.org/show_bug.cgi?id=43457

diff --git a/gtk/smartcard-manager.c b/gtk/smartcard-manager.c
index 8ab4c3d..8e22e6c 100644
--- a/gtk/smartcard-manager.c
+++ b/gtk/smartcard-manager.c
@@ -315,8 +315,6 @@ struct _SmartcardSource {
 };
 typedef struct _SmartcardSource SmartcardSource;
 
-typedef gboolean (*SmartcardSourceFunc)(VEvent *event, gpointer user_data);
-
 static gboolean smartcard_source_prepare(GSource *source, gint *timeout)
 {
     SmartcardSource *smartcard_source = (SmartcardSource *)source;


More information about the Spice-commits mailing list