aboutsummaryrefslogtreecommitdiff
path: root/include/keyboard.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-06-25 23:49:43 +0000
committerrsc <devnull@localhost>2006-06-25 23:49:43 +0000
commitd23973817a4a48319fe5a84b0628f370519b2763 (patch)
tree9aa75669361a7de1d8f017090f2e9251f0221f5a /include/keyboard.h
parent76a1b3c9c658061a491b10384118482770fbef71 (diff)
downloadplan9port-d23973817a4a48319fe5a84b0628f370519b2763.tar.gz
plan9port-d23973817a4a48319fe5a84b0628f370519b2763.tar.bz2
plan9port-d23973817a4a48319fe5a84b0628f370519b2763.zip
remove junk
Diffstat (limited to 'include/keyboard.h')
-rw-r--r--include/keyboard.h5
1 files changed, 0 insertions, 5 deletions
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 */
};