mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-04 13:01:52 +00:00
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:
parent
341025776c
commit
2cb04d16a9
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user