Commit a25c0de0 authored by Mike Gabriel's avatar Mike Gabriel

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

parent 683415df
...@@ -125,10 +125,6 @@ extern Bool noSecurityExtension; ...@@ -125,10 +125,6 @@ extern Bool noSecurityExtension;
extern Bool noSyncExtension; extern Bool noSyncExtension;
#endif #endif
#ifdef TOGCUP
extern Bool noXcupExtension;
#endif
#ifdef RES #ifdef RES
extern Bool noResExtension; extern Bool noResExtension;
#endif #endif
......
...@@ -132,9 +132,6 @@ extern Bool noSecurityExtension; ...@@ -132,9 +132,6 @@ extern Bool noSecurityExtension;
#ifdef XSYNC #ifdef XSYNC
extern Bool noSyncExtension; extern Bool noSyncExtension;
#endif #endif
#ifdef TOGCUP
extern Bool noXcupExtension;
#endif
#ifdef RES #ifdef RES
extern Bool noResExtension; extern Bool noResExtension;
#endif #endif
...@@ -304,9 +301,6 @@ extern void DarwinGlxWrapInitVisuals(miInitVisualsProcPtr *); ...@@ -304,9 +301,6 @@ extern void DarwinGlxWrapInitVisuals(miInitVisualsProcPtr *);
#ifdef XF86DRI #ifdef XF86DRI
extern void XFree86DRIExtensionInit(INITARGS); extern void XFree86DRIExtensionInit(INITARGS);
#endif #endif
#ifdef TOGCUP
extern void XcupExtensionInit(INITARGS);
#endif
#ifdef DPMSExtension #ifdef DPMSExtension
extern void DPMSExtensionInit(INITARGS); extern void DPMSExtensionInit(INITARGS);
#endif #endif
...@@ -409,9 +403,6 @@ static ExtensionToggle ExtensionToggleList[] = ...@@ -409,9 +403,6 @@ static ExtensionToggle ExtensionToggleList[] =
#ifdef XSYNC #ifdef XSYNC
{ "SYNC", &noSyncExtension }, { "SYNC", &noSyncExtension },
#endif #endif
#ifdef TOGCUP
{ "TOG-CUP", &noXcupExtension },
#endif
#ifdef RES #ifdef RES
{ "X-Resource", &noResExtension }, { "X-Resource", &noResExtension },
#endif #endif
...@@ -556,9 +547,6 @@ InitExtensions(argc, argv) ...@@ -556,9 +547,6 @@ InitExtensions(argc, argv)
#ifdef XCSECURITY #ifdef XCSECURITY
if (!noSecurityExtension) SecurityExtensionInit(); if (!noSecurityExtension) SecurityExtensionInit();
#endif #endif
#ifdef TOGCUP
if (!noXcupExtension) XcupExtensionInit();
#endif
#if defined(DPMSExtension) && !defined(NO_HW_ONLY_EXTS) #if defined(DPMSExtension) && !defined(NO_HW_ONLY_EXTS)
if (!noDPMSExtension) DPMSExtensionInit(); if (!noDPMSExtension) DPMSExtensionInit();
#endif #endif
......
...@@ -207,9 +207,6 @@ Bool noSecurityExtension = FALSE; ...@@ -207,9 +207,6 @@ Bool noSecurityExtension = FALSE;
#ifdef XSYNC #ifdef XSYNC
Bool noSyncExtension = FALSE; Bool noSyncExtension = FALSE;
#endif #endif
#ifdef TOGCUP
Bool noXcupExtension = FALSE;
#endif
#ifdef RES #ifdef RES
Bool noResExtension = FALSE; Bool noResExtension = FALSE;
#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