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/xwin | |
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/xwin')
-rw-r--r-- | hw/xwin/InitInput.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xwin/InitInput.c b/hw/xwin/InitInput.c index 6a850cd44..550c5a04e 100644 --- a/hw/xwin/InitInput.c +++ b/hw/xwin/InitInput.c @@ -30,9 +30,6 @@ #include <xwin-config.h> #endif #include "win.h" -#ifdef XWIN_CLIPBOARD -# include "../../Xext/xf86miscproc.h" -#endif #include "dixstruct.h" |