xfree86: os-support: ppc_video: drop unused DEV_MEM define

This #define is local within a .c file, but became unused about a
decade ago (commit 8686463de7).

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1410>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-15 14:32:58 +01:00 committed by Marge Bot
parent 0cb8a76a9f
commit d8758cdd20

View File

@ -40,10 +40,6 @@
/* Video Memory Mapping section */
/***************************************************************************/
#ifdef __OpenBSD__
#define DEV_MEM "/dev/xf86"
#endif
Bool xf86EnableIO(void);
void xf86DisableIO(void);