summaryrefslogtreecommitdiff
path: root/src/x-server-xmir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/x-server-xmir.h')
-rw-r--r--src/x-server-xmir.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/x-server-xmir.h b/src/x-server-xmir.h
index 6d1d45de..24b631c4 100644
--- a/src/x-server-xmir.h
+++ b/src/x-server-xmir.h
@@ -20,12 +20,9 @@ G_BEGIN_DECLS
#define X_SERVER_XMIR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), X_SERVER_XMIR_TYPE, XServerXmir))
#define IS_X_SERVER_XMIR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), X_SERVER_XMIR_TYPE))
-typedef struct XServerXmirPrivate XServerXmirPrivate;
-
typedef struct
{
- XServerLocal parent_instance;
- XServerXmirPrivate *priv;
+ XServerLocal parent_instance;
} XServerXmir;
typedef struct