81860229ba
We passed the pointer to a GError * as user data on an async I/O call. The callback function didn't make use of it, so it was never written to, thus remained NULL, thus was dead code. Remove it. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2446>