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 /hw/dmx | |
parent | b85392e66b4cbfcc95897ac342f19ac8ab04d4cc (diff) |
Drop the FONTCACHE extension.
This appears to have been dead code since X-TT was merged.
Diffstat (limited to 'hw/dmx')
-rw-r--r-- | hw/dmx/dmx-config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/dmx/dmx-config.h b/hw/dmx/dmx-config.h index 715977c2c..5b7b60593 100644 --- a/hw/dmx/dmx-config.h +++ b/hw/dmx/dmx-config.h @@ -73,11 +73,8 @@ #define DMXEXT /* Disable the extensions that are not currently supported */ -#undef BEZIER -#undef PEXEXT #undef MULTIBUFFER #undef XV -#undef XIE #undef DBE #undef XF86VIDMODE #undef XFreeXDGA @@ -87,6 +84,5 @@ #undef XFIXES #undef DAMAGE #undef COMPOSITE -#undef FONTCACHE #endif /* DMX_CONFIG_H */ |