window: Remove support for _NET_WM_PID

We have the client pid API that works on both Wayland and X11 nowadays,
so the _NET_WM_PID property is no longer needed, remove it.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1180
This commit is contained in:
Jonas Dreßler
2020-04-06 20:04:09 +02:00
committed by Florian Müllner
parent dac09a8e23
commit c971d6ea1f
3 changed files with 0 additions and 26 deletions

View File

@ -1149,8 +1149,6 @@ _meta_window_shared_new (MetaDisplay *display,
window->is_remote = FALSE;
window->startup_id = NULL;
window->net_wm_pid = -1;
window->xtransient_for = None;
window->xclient_leader = None;