Drop the FONTCACHE extension.
This appears to have been dead code since X-TT was merged.
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -137,15 +137,6 @@ static ExtensionModule extensionModules[] = {
|
||||
NULL
|
||||
},
|
||||
#endif
|
||||
#ifdef FONTCACHE
|
||||
{
|
||||
FontCacheExtensionInit,
|
||||
FONTCACHENAME,
|
||||
&noFontCacheExtension,
|
||||
NULL,
|
||||
NULL
|
||||
},
|
||||
#endif
|
||||
#ifdef XV
|
||||
{
|
||||
XvExtensionInit,
|
||||
|
||||
@@ -69,13 +69,6 @@ extern void DPMSExtensionInit(INITARGS);
|
||||
#include <X11/extensions/dpmsstr.h>
|
||||
#endif
|
||||
|
||||
#ifdef FONTCACHE
|
||||
extern void FontCacheExtensionInit(INITARGS);
|
||||
#define _FONTCACHE_SERVER_
|
||||
#include "fontcacheP.h"
|
||||
#include "fontcachstr.h"
|
||||
#endif
|
||||
|
||||
#ifdef XV
|
||||
extern void XvExtensionInit(INITARGS);
|
||||
extern void XvMCExtensionInit(INITARGS);
|
||||
|
||||
@@ -356,9 +356,6 @@ _X_HIDDEN void *dixLookupTab[] = {
|
||||
#ifdef DPMSExtension
|
||||
SYMVAR(noDPMSExtension)
|
||||
#endif
|
||||
#ifdef FONTCACHE
|
||||
SYMVAR(noFontCacheExtension)
|
||||
#endif
|
||||
#ifdef GLXEXT
|
||||
SYMVAR(noGlxExtension)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user