Commit e80842cc authored by Mike Gabriel's avatar Mike Gabriel

EVI: Drop all Xserver code blocks that relate to removed EVI extension.

parent 25ffbbb2
......@@ -73,10 +73,6 @@ extern Bool noDPSExtension;
extern Bool noDPMSExtension;
#endif
#ifdef EVI
extern Bool noEVIExtension;
#endif
#ifdef GLXEXT
extern Bool noGlxExtension;
#endif
......
......@@ -93,9 +93,6 @@ extern Bool noDPSExtension;
#ifdef DPMSExtension
extern Bool noDPMSExtension;
#endif
#ifdef EVI
extern Bool noEVIExtension;
#endif
#ifdef GLXEXT
extern Bool noGlxExtension;
#endif
......@@ -213,9 +210,6 @@ extern void XTestExtension1Init(INITARGS);
#ifdef SHAPE
extern void ShapeExtensionInit(INITARGS);
#endif
#ifdef EVI
extern void EVIExtensionInit(INITARGS);
#endif
#ifdef MITSHM
extern void ShmExtensionInit(INITARGS);
#endif
......@@ -352,9 +346,6 @@ static ExtensionToggle ExtensionToggleList[] =
#ifdef DPMSExtension
{ "DPMS", &noDPMSExtension },
#endif
#ifdef EVI
{ "Extended-Visual-Information", &noEVIExtension },
#endif
#ifdef GLXEXT
{ "GLX", &noGlxExtension },
#endif
......@@ -475,9 +466,6 @@ InitExtensions(argc, argv)
#ifdef MITSHM
if (!noMITShmExtension) ShmExtensionInit();
#endif
#ifdef EVI
if (!noEVIExtension) EVIExtensionInit();
#endif
#ifdef MULTIBUFFER
if (!noMultibufferExtension) MultibufferExtensionInit();
#endif
......
......@@ -168,9 +168,6 @@ Bool noDPSExtension = FALSE;
#ifdef DPMSExtension
Bool noDPMSExtension = FALSE;
#endif
#ifdef EVI
Bool noEVIExtension = FALSE;
#endif
#ifdef GLXEXT
Bool noGlxExtension = FALSE;
#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