[libsecret] Remove multiple definitions of SecretCollection



commit ebc65dba98353fd6bd4cff63c0928c11bd2ec5c3
Author: Stef Walter <stefw gnome org>
Date:   Sat Jul 14 13:23:16 2012 +0200

    Remove multiple definitions of SecretCollection
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679913

 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]