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
This commit is contained in:
Marc-André Lureau 2011-12-09 18:41:19 +01:00
parent 341025776c
commit 2cb04d16a9

View File

@ -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;