diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common.h b/src/common.h index 800e17ff..6f23cdd8 100644 --- a/src/common.h +++ b/src/common.h @@ -172,11 +172,6 @@ static inline void memcpy_volatile(volatile void *dst, const void *src, #define PIPE_NAME(n) ('A' + (n)) -/* remain compatible to xorg-server 1.6 */ -#ifndef MONITOR_EDID_COMPLETE_RAWDATA -#define MONITOR_EDID_COMPLETE_RAWDATA EDID_COMPLETE_RAWDATA -#endif - struct pci_device * intel_host_bridge (void); |