summaryrefslogtreecommitdiff
path: root/src/accounts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/accounts.h')
-rw-r--r--src/accounts.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/accounts.h b/src/accounts.h
index e6bf4e47..67142ca7 100644
--- a/src/accounts.h
+++ b/src/accounts.h
@@ -21,12 +21,9 @@ G_BEGIN_DECLS
#define USER_TYPE (user_get_type())
#define USER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), USER_TYPE, User));
-typedef struct UserPrivate UserPrivate;
-
typedef struct
{
- GObject parent_instance;
- UserPrivate *priv;
+ GObject parent_instance;
} User;
typedef struct