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 /hw/xfree86/loader/dixsym.c | |
parent | c14f5dc237a31b13d98ae2d0d6143bd91083cf13 (diff) |
Death to Extended Visual Information.
Diffstat (limited to 'hw/xfree86/loader/dixsym.c')
-rw-r--r-- | hw/xfree86/loader/dixsym.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/loader/dixsym.c b/hw/xfree86/loader/dixsym.c index d6d22c4b9..a95dbe9eb 100644 --- a/hw/xfree86/loader/dixsym.c +++ b/hw/xfree86/loader/dixsym.c @@ -358,9 +358,6 @@ _X_HIDDEN void *dixLookupTab[] = { #ifdef DPMSExtension SYMVAR(noDPMSExtension) #endif -#ifdef EVI - SYMVAR(noEVIExtension) -#endif #ifdef FONTCACHE SYMVAR(noFontCacheExtension) #endif |