diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:28:07 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-24 15:46:08 -0400 |
commit | f3ff2386016ced7e677817e9761a535f0f385813 (patch) | |
tree | be66e1772735d9ac479183dbabeb74f84788e936 /include/globals.h | |
parent | 3fcf4d3eb89fecaa2be7b5ac4933b693c9c3d97e (diff) |
Sync is built-in and mandatory.
Diffstat (limited to 'include/globals.h')
-rw-r--r-- | include/globals.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/globals.h b/include/globals.h index 2f158ea16..c1c8c6782 100644 --- a/include/globals.h +++ b/include/globals.h @@ -89,10 +89,6 @@ extern Bool noRenderExtension; extern Bool noSecurityExtension; #endif -#ifdef XSYNC -extern Bool noSyncExtension; -#endif - #ifdef RES extern Bool noResExtension; #endif |