diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-02-13 04:43:40 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-02-13 04:43:40 +0000 |
commit | 2dc7b5e0d96a187bfbb355caa788f0fdcd88eaad (patch) | |
tree | 65cc550abec1a8aece9f7fab5974556f520148af /os | |
parent | 34d0b9228f46c2f87be74dddc9c7d97aab091d03 (diff) |
Move call to xf86WrapperInit() to OsVendorInit() in xf86Init.c and remove
stubs in other DDX.
Diffstat (limited to 'os')
-rw-r--r-- | os/osinit.c | 7 |
1 files changed, 0 insertions, 7 deletions
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); |