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;