- backing out XFIXES and DAMAGE related code that accidentally went in

here.
This commit is contained in:
Egbert Eich 2004-03-30 14:14:31 +00:00
parent 83880dd464
commit b5e400867f

View File

@ -238,12 +238,6 @@ extern void RRExtensionInit(INITARGS);
#ifdef RES
extern void ResExtensionInit(INITARGS);
#endif
#ifdef DAMAGE
extern void DamageExtensionInit(INITARGS);
#endif
#ifdef XFIXES
extern void XFixesExtensionInit(INITARGS);
#endif
#ifndef XFree86LOADER
@ -383,12 +377,6 @@ InitExtensions(argc, argv)
#ifdef RES
ResExtensionInit();
#endif
#ifdef DAMAGE
DamageExtensionInit();
#endif
#ifdef XFIXES
XFixesExtensionInit();
#endif
}
void
@ -460,15 +448,7 @@ ExtensionModule extension[] =
{ NULL, "FontCache", NULL, NULL },
{ NULL, "RENDER", NULL, NULL },
{ NULL, "RANDR", NULL, NULL },
#ifdef RES
{ NULL, "X-Resource", NULL, NULL },
#endif
#ifdef DAMAGE
{ NULL, "DAMAGE", NULL, NULL },
#endif
#ifdef XFIXES
{ NULL, "XFIXES", NULL, NULL },
#endif
{ NULL, NULL, NULL, NULL }
};
#endif