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