From 2dc7b5e0d96a187bfbb355caa788f0fdcd88eaad Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Mon, 13 Feb 2006 04:43:40 +0000 Subject: Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove stubs in other DDX. --- os/osinit.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'os') diff --git a/os/osinit.c b/os/osinit.c index ea99ace21..4e502830a 100644 --- a/os/osinit.c +++ b/os/osinit.c @@ -94,10 +94,6 @@ int limitNoFile = -1; Bool OsDelayInitColors = FALSE; -#ifdef XFree86LOADER -extern void xf86WrapperInit(void); -#endif - void OsInit(void) { @@ -111,9 +107,6 @@ OsInit(void) #endif if (!been_here) { -#ifdef XFree86LOADER - xf86WrapperInit(); -#endif #if !defined(__SCO__) && !defined(__CYGWIN__) && !defined(__UNIXWARE__) fclose(stdin); fclose(stdout); -- cgit v1.2.3