I can't find a 'notyet' define anywhere, so the code seemed to be unused since, well, a long time (pre xserver-1.0). The XTest extension is initialized in mi/miinitext.c.
Signed-off-by: Tomas Carnecky <[email protected]> --- hw/xfree86/dixmods/extmod/modinit.c | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) diff --git a/hw/xfree86/dixmods/extmod/modinit.c b/hw/xfree86/dixmods/extmod/modinit.c index 9bcf51f..2995625 100644 --- a/hw/xfree86/dixmods/extmod/modinit.c +++ b/hw/xfree86/dixmods/extmod/modinit.c @@ -56,15 +56,6 @@ static ExtensionModule extensionModules[] = { NULL }, #endif -#ifdef notyet - { - XTestExtensionInit, - XTestExtensionName, - &noTestExtensions, - NULL, - NULL - }, -#endif #ifdef SCREENSAVER { ScreenSaverExtensionInit, -- 1.6.1.3 _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
