diff options
Diffstat (limited to 'xorg-server/include/globals.h')
-rw-r--r-- | xorg-server/include/globals.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xorg-server/include/globals.h b/xorg-server/include/globals.h index 52c19a490..6959fc71a 100644 --- a/xorg-server/include/globals.h +++ b/xorg-server/include/globals.h @@ -69,17 +69,11 @@ extern _X_EXPORT Bool noScreenSaverExtension; extern _X_EXPORT Bool noMITShmExtension; #endif -#ifdef MULTIBUFFER -extern _X_EXPORT Bool noMultibufferExtension; -#endif - #ifdef RANDR extern _X_EXPORT Bool noRRExtension; #endif -#ifdef RENDER extern _X_EXPORT Bool noRenderExtension; -#endif #ifdef XCSECURITY extern _X_EXPORT Bool noSecurityExtension; |