Skip to content

gl/wayland: provide a dummy global_remove function

Even if we don't care about any global objects being removed, wayland will still error if globals are removed without a corresponding listener set up for them. e.g. wl_output hotplugging

Discovered by: Matthias Clasen

Merge request reports