summaryrefslogtreecommitdiff
path: root/tests/src/x-authority.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/src/x-authority.h')
-rw-r--r--tests/src/x-authority.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/src/x-authority.h b/tests/src/x-authority.h
index 9f329f31..f3a57e83 100644
--- a/tests/src/x-authority.h
+++ b/tests/src/x-authority.h
@@ -20,12 +20,9 @@ enum
XAUTH_FAMILY_WILD = 65535
};
-typedef struct XAuthorityPrivate XAuthorityPrivate;
-
typedef struct
{
GObjectClass parent_instance;
- XAuthorityPrivate *priv;
} XAuthority;
typedef struct
@@ -33,12 +30,9 @@ typedef struct
GObjectClass parent_class;
} XAuthorityClass;
-typedef struct XAuthorityRecordPrivate XAuthorityRecordPrivate;
-
typedef struct
{
GObjectClass parent_instance;
- XAuthorityRecordPrivate *priv;
} XAuthorityRecord;
typedef struct