summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland.c')
-rw-r--r--src/wayland/meta-wayland.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index fea5526b6..358a0d68c 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -66,21 +66,6 @@ typedef struct _MetaWaylandCompositorPrivate
G_DEFINE_TYPE_WITH_PRIVATE (MetaWaylandCompositor, meta_wayland_compositor,
G_TYPE_OBJECT)
-MetaWaylandCompositor *
-meta_wayland_compositor_get_default (void)
-{
- MetaBackend *backend;
- MetaContext *context;
- MetaWaylandCompositor *wayland_compositor;
-
- backend = meta_get_backend ();
- context = meta_backend_get_context (backend);
- wayland_compositor = meta_context_get_wayland_compositor (context);
- g_assert (wayland_compositor);
-
- return wayland_compositor;
-}
-
typedef struct
{
GSource source;