aboutsummaryrefslogtreecommitdiff
path: root/include/keyboard.h
diff options
context:
space:
mode:
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 */
};