diff options
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/include/globals.h b/include/globals.h index d9f140ec7..c1c8c6782 100644 --- a/include/globals.h +++ b/include/globals.h @@ -45,10 +45,6 @@ extern Bool DPMSCapableFlag; extern Bool PanoramiXExtensionDisabledHack; #endif -#ifdef BIGREQS -extern Bool noBigReqExtension; -#endif - #ifdef COMPOSITE extern Bool noCompositeExtension; #endif @@ -89,26 +85,14 @@ extern Bool noRRExtension; extern Bool noRenderExtension; #endif -#ifdef SHAPE -extern Bool noShapeExtension; -#endif - #ifdef XCSECURITY extern Bool noSecurityExtension; #endif -#ifdef XSYNC -extern Bool noSyncExtension; -#endif - #ifdef RES extern Bool noResExtension; #endif -#ifdef XCMISC -extern Bool noXCMiscExtension; -#endif - #ifdef XEVIE extern Bool noXevieExtension; #endif |