From ebc65dba98353fd6bd4cff63c0928c11bd2ec5c3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sat, 14 Jul 2012 13:23:16 +0200 Subject: [PATCH] Remove multiple definitions of SecretCollection https://bugzilla.gnome.org/show_bug.cgi?id=679913 --- libsecret/secret-collection.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libsecret/secret-collection.h b/libsecret/secret-collection.h index 64dd71f..f4476d3 100644 --- a/libsecret/secret-collection.h +++ b/libsecret/secret-collection.h @@ -44,7 +44,6 @@ typedef enum { #define SECRET_COLLECTION_GET_CLASS(inst) (G_TYPE_INSTANCE_GET_CLASS ((inst), SECRET_TYPE_COLLECTION, SecretCollectionClass)) typedef struct _SecretItem SecretItem; -typedef struct _SecretCollection SecretCollection; typedef struct _SecretCollectionClass SecretCollectionClass; typedef struct _SecretCollectionPrivate SecretCollectionPrivate;