From d23973817a4a48319fe5a84b0628f370519b2763 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 25 Jun 2006 23:49:43 +0000 Subject: remove junk --- include/keyboard.h | 5 ----- include/mouse.h | 12 +----------- 2 files changed, 1 insertion(+), 16 deletions(-) (limited to 'include') diff --git a/include/keyboard.h b/include/keyboard.h index 3d681a65..838b2af3 100644 --- a/include/keyboard.h +++ b/include/keyboard.h @@ -8,11 +8,6 @@ typedef struct Keyboardctl Keyboardctl; struct Keyboardctl { struct Channel *c; /* chan(Rune)[20] */ - - char *file; - int consfd; /* to cons file */ - int ctlfd; /* to ctl file */ - int pid; /* of slave proc */ }; diff --git a/include/mouse.h b/include/mouse.h index ce69c8ea..3d5c975f 100644 --- a/include/mouse.h +++ b/include/mouse.h @@ -20,17 +20,7 @@ struct Mousectl struct Channel *resizec; /* chan(int)[2] */ /* buffered in case client is waiting for a mouse action before handling resize */ - char *file; - int mfd; /* to mouse file */ - int cfd; /* to cursor file */ - int pid; /* of slave proc */ - Display *display; - /*Image* image; / * of associated window/display */ - - /* clumsy hack for X11 */ - struct Channel *ccursor; - struct Channel *ccursorwait; - QLock cursorlock; + Display *display; /* associated display */ }; struct Menu -- cgit v1.2.3