diff options
author | Adam Jackson <ajax@redhat.com> | 2008-04-18 18:28:01 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-04-18 18:28:01 -0400 |
commit | f6617b4127125516583f321c961d70f762f728be (patch) | |
tree | 3ddc9e26362ed236ddf95ff3cbe6cf6706fc76a5 /os/utils.c | |
parent | c14f5dc237a31b13d98ae2d0d6143bd91083cf13 (diff) |
Death to Extended Visual Information.
Diffstat (limited to 'os/utils.c')
-rw-r--r-- | os/utils.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/utils.c b/os/utils.c index d785d46d2..548601037 100644 --- a/os/utils.c +++ b/os/utils.c @@ -149,9 +149,6 @@ _X_EXPORT Bool noDbeExtension = FALSE; #ifdef DPMSExtension _X_EXPORT Bool noDPMSExtension = FALSE; #endif -#ifdef EVI -_X_EXPORT Bool noEVIExtension = FALSE; -#endif #ifdef FONTCACHE _X_EXPORT Bool noFontCacheExtension = FALSE; #endif |