summaryrefslogtreecommitdiff
path: root/src/backends/meta-stage-private.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-07-12 14:59:18 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-11-09 11:16:30 +0100
commit19930c65774a24fa93ff90b46edff5b48e905dba (patch)
treedd8b92236746ac3a4db4fe5686507059f0e6aecb /src/backends/meta-stage-private.h
parent80d5f326e8e48d7ce396426e1eea65631246a1dd (diff)
downloadmutter-19930c65774a24fa93ff90b46edff5b48e905dba.tar.gz
backends/stage: Remove MetaStagePrivate
The empty MetaStage was in meta-stage-private.h for no reason, so lets move it to the C file. This makes it pointless to have a private instance struct, so just move the fields to the private struct _MetaStage. https://gitlab.gnome.org/GNOME/mutter/merge_requests/170
Diffstat (limited to 'src/backends/meta-stage-private.h')
-rw-r--r--src/backends/meta-stage-private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backends/meta-stage-private.h b/src/backends/meta-stage-private.h
index fca98b901..33603effe 100644
--- a/src/backends/meta-stage-private.h
+++ b/src/backends/meta-stage-private.h
@@ -28,11 +28,6 @@ G_BEGIN_DECLS
typedef struct _MetaOverlay MetaOverlay;
-struct _MetaStage
-{
- ClutterStage parent;
-};
-
ClutterActor *meta_stage_new (void);
MetaOverlay *meta_stage_create_cursor_overlay (MetaStage *stage);