summaryrefslogtreecommitdiff
path: root/src/x-authority.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x-authority.h')
-rw-r--r--src/x-authority.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/x-authority.h b/src/x-authority.h
index 748e3f18..1ddb8526 100644
--- a/src/x-authority.h
+++ b/src/x-authority.h
@@ -19,12 +19,9 @@ G_BEGIN_DECLS
#define X_AUTHORITY_TYPE (x_authority_get_type())
#define X_AUTHORITY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), X_AUTHORITY_TYPE, XAuthority));
-typedef struct XAuthorityPrivate XAuthorityPrivate;
-
typedef struct
{
GObject parent_instance;
- XAuthorityPrivate *priv;
} XAuthority;
typedef struct