mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-02 22:35:08 +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>