Remove multiple definitions of SecretCollection

https://bugzilla.gnome.org/show_bug.cgi?id=679913
This commit is contained in:
Stef Walter 2012-07-14 13:23:16 +02:00
parent ce03e082a2
commit ebc65dba98

View File

@ -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;