Skip to content

xfree86: drop unneeded wrapper xf86PrivsElevated()

xfree86: drop unneeded wrapper xf86PrivsElevated()

It's just a dumb wrapper around PrivsElevated(), and also just called in few places, while others call PrivsElevated() directly - thus not needed and can be dropped.

Note that it's also not called by drivers, so the export was unnecessary.

Edited by Enrico Weigelt, metux IT consult

Merge request reports