diff options
author | Stef Walter <stefw@gnome.org> | 2012-07-14 13:23:16 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2012-07-14 13:23:16 +0200 |
commit | ebc65dba98353fd6bd4cff63c0928c11bd2ec5c3 (patch) | |
tree | 7ef9550dfddd8d7a88c755b6f04082daf225615b /libsecret/secret-collection.h | |
parent | ce03e082a2a7d025e0b4ff6f235f96bfd37299f5 (diff) | |
download | libsecret-ebc65dba98353fd6bd4cff63c0928c11bd2ec5c3.tar.gz |
Remove multiple definitions of SecretCollection
https://bugzilla.gnome.org/show_bug.cgi?id=679913
Diffstat (limited to 'libsecret/secret-collection.h')
-rw-r--r-- | libsecret/secret-collection.h | 1 |
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; |