[PATCH 1/2] Remove XTest extension from the XFree86 extmod library
Tomas Carnecky
tom at dbservice.com
Thu Feb 26 07:30:31 PST 2009
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 <tom at dbservice.com>
---
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
More information about the xorg-devel
mailing list