From 2cb04d16a92dd17888dbdd991ebd437b5cdf613e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= Date: Fri, 9 Dec 2011 18:41:19 +0100 Subject: [PATCH] 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 --- gtk/smartcard-manager.c | 2 -- 1 file changed, 2 deletions(-) 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;