remove junk

This commit is contained in:
rsc 2006-06-25 23:49:43 +00:00
parent 76a1b3c9c6
commit d23973817a
2 changed files with 1 additions and 16 deletions

View file

@ -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 */
};

View file

@ -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