diff options
author | Adam Jackson <ajax@redhat.com> | 2008-07-18 10:54:10 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-07-18 10:54:10 -0400 |
commit | 0b45ba488d8a3e901b83e445d17e7e9a67047b6c (patch) | |
tree | aa3f0a7a90d91e5bbecbb445e75f9d232e89101a /os/utils.c | |
parent | b85392e66b4cbfcc95897ac342f19ac8ab04d4cc (diff) |
Drop the FONTCACHE extension.
This appears to have been dead code since X-TT was merged.
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 c5339cc90..67ab6d93d 100644 --- a/os/utils.c +++ b/os/utils.c @@ -140,9 +140,6 @@ _X_EXPORT Bool noDbeExtension = FALSE; #ifdef DPMSExtension _X_EXPORT Bool noDPMSExtension = FALSE; #endif -#ifdef FONTCACHE -_X_EXPORT Bool noFontCacheExtension = FALSE; -#endif #ifdef GLXEXT _X_EXPORT Bool noGlxExtension = FALSE; _X_EXPORT Bool noGlxVisualInit = FALSE; |