diff --git a/src/wayland_server.cpp b/src/wayland_server.cpp index 564e7da8f5..b6bbf82a68 100644 --- a/src/wayland_server.cpp +++ b/src/wayland_server.cpp @@ -494,7 +494,6 @@ bool WaylandServer::init(InitializationFlags flags) this, [](KWaylandServer::OutputConfigurationInterface *config) { kwinApp()->platform()->requestOutputsChange(config); }); - m_outputManagement->create(); m_xdgOutputManagerV1 = new XdgOutputManagerV1Interface(m_display, m_display); new SubCompositorInterface(m_display, m_display);