Commit f963593c authored by Mihai Moldovan's avatar Mihai Moldovan

nx-X11/programs/Xserver/{include/globals.h,mi/miinitext.c}: remove DPSEXT left-overs.

parent 7a4aa75d
...@@ -66,10 +66,6 @@ extern Bool noDamageExtension; ...@@ -66,10 +66,6 @@ extern Bool noDamageExtension;
extern Bool noDbeExtension; extern Bool noDbeExtension;
#endif #endif
#ifdef DPSEXT
extern Bool noDPSExtension;
#endif
#ifdef DPMSExtension #ifdef DPMSExtension
extern Bool noDPMSExtension; extern Bool noDPMSExtension;
#endif #endif
......
...@@ -243,9 +243,6 @@ extern void XFree86DRIExtensionInit(void); ...@@ -243,9 +243,6 @@ extern void XFree86DRIExtensionInit(void);
#ifdef DPMSExtension #ifdef DPMSExtension
extern void DPMSExtensionInit(void); extern void DPMSExtensionInit(void);
#endif #endif
#ifdef DPSEXT
extern void DPSExtensionInit(void);
#endif
#ifdef RENDER #ifdef RENDER
extern void RenderExtensionInit(void); extern void RenderExtensionInit(void);
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment