drop obsolete check for _X_EXPORT

We're relying on xserver >= 1.18, so need to check for this macro anymore.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-05-22 22:10:37 +02:00
parent 3f45b624ef
commit d59bd31c4d

View File

@@ -56,13 +56,6 @@
#define VMWARE_DRIVER_FUNC 0
#endif
/*
* So that the file compiles unmodified when dropped in to a < 6.9 source tree.
*/
#ifndef _X_EXPORT
#define _X_EXPORT
#endif
/*
* This is the only way I know to turn a #define of an integer constant into
* a constant string.