summaryrefslogtreecommitdiff
path: root/src/unity-system-compositor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/unity-system-compositor.h')
-rw-r--r--src/unity-system-compositor.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/unity-system-compositor.h b/src/unity-system-compositor.h
index cc74935d..546a8cc6 100644
--- a/src/unity-system-compositor.h
+++ b/src/unity-system-compositor.h
@@ -21,12 +21,9 @@ G_BEGIN_DECLS
#define UNITY_SYSTEM_COMPOSITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_SYSTEM_COMPOSITOR_TYPE, UnitySystemCompositor))
#define IS_UNITY_SYSTEM_COMPOSITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_SYSTEM_COMPOSITOR_TYPE))
-typedef struct UnitySystemCompositorPrivate UnitySystemCompositorPrivate;
-
typedef struct
{
- DisplayServer parent_instance;
- UnitySystemCompositorPrivate *priv;
+ DisplayServer parent_instance;
} UnitySystemCompositor;
typedef struct