summaryrefslogtreecommitdiffstats
path: root/include/pc_keyb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pc_keyb.h')
-rw-r--r--include/pc_keyb.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/pc_keyb.h b/include/pc_keyb.h
index ab51703e1a..39f17351ef 100644
--- a/include/pc_keyb.h
+++ b/include/pc_keyb.h
@@ -110,12 +110,3 @@ extern unsigned char aux_device_present;
but then the read function would need
a lock etc - ick */
-#if 0
-struct aux_queue {
- unsigned long head;
- unsigned long tail;
- wait_queue_head_t proc_list;
- struct fasync_struct *fasync;
- unsigned char buf[AUX_BUF_SIZE];
-};
-#endif