summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-07-14 13:23:16 +0200
committerStef Walter <stefw@gnome.org>2012-07-14 13:23:16 +0200
commitebc65dba98353fd6bd4cff63c0928c11bd2ec5c3 (patch)
tree7ef9550dfddd8d7a88c755b6f04082daf225615b
parentce03e082a2a7d025e0b4ff6f235f96bfd37299f5 (diff)
downloadlibsecret-ebc65dba98353fd6bd4cff63c0928c11bd2ec5c3.tar.gz
Remove multiple definitions of SecretCollection
https://bugzilla.gnome.org/show_bug.cgi?id=679913
-rw-r--r--libsecret/secret-collection.h1
1 files changed, 0 insertions, 1 deletions
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;