diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 06:25:26 +0300 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2008-07-16 06:25:26 +0300 |
commit | 22e64108ec63ba77779891f8df237913ef9ca731 (patch) | |
tree | 3daf745c1dd8680e4db5e7c974da3e9da7ad2844 /hw/xfree86/dixmods/extmod/modinit.c | |
parent | b8dd07f855c555af56cbf0f69df799f424da2cca (diff) |
XFree86: Remove XFree86-Misc extension
Its last remaining purpose in life has been destroyed by input
properties. Au revoir: it's been fun, by which I mean awful.
Diffstat (limited to 'hw/xfree86/dixmods/extmod/modinit.c')
-rw-r--r-- | 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 f8440f127..2f81319fa 100644 --- a/hw/xfree86/dixmods/extmod/modinit.c +++ b/hw/xfree86/dixmods/extmod/modinit.c @@ -119,15 +119,6 @@ static ExtensionModule extensionModules[] = { NULL }, #endif -#ifdef XF86MISC - { - XFree86MiscExtensionInit, - XF86MISCNAME, - &noXFree86MiscExtension, - NULL, - NULL - }, -#endif #ifdef XFreeXDGA { XFree86DGAExtensionInit, |