mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
This script used to generated xproto header as well as a piece of source for initializing the builtin atoms in the Xserver (MakePredeclaredAtoms()). At least with R6.6 baseline it didn't seem to be used anymore, and - at least since the modularization - it's completely broken and useless. Since we now have a new generator, running directly in the build process, this ancient script can be dropped. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1670>