From 4b58f6c2079b778e834728a2eab15f2de94b90a7 Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Mon, 10 Jun 2024 08:47:13 +0300 Subject: [PATCH] wayland: Drop unused global from interface blacklist This was deleted when we added pipewire support --- src/wayland_server.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland_server.cpp b/src/wayland_server.cpp index e8c1c29c9a..d69d3fbadb 100644 --- a/src/wayland_server.cpp +++ b/src/wayland_server.cpp @@ -122,7 +122,6 @@ public: } const QSet interfacesBlackList = { - QByteArrayLiteral("org_kde_kwin_remote_access_manager"), QByteArrayLiteral("org_kde_plasma_window_management"), QByteArrayLiteral("org_kde_kwin_fake_input"), QByteArrayLiteral("org_kde_kwin_keystate"),