diff --git a/hemlock/input.lisp b/hemlock/input.lisp
index 7dc4e34aecb4f0ce5bbaa59c353dd9a518399655..296430693c75997a8cf2f0925aef6b0f52133d21 100644
--- a/hemlock/input.lisp
+++ b/hemlock/input.lisp
@@ -223,7 +223,7 @@
 
 
 ;;;; Editor input from windowing system.
-
+#|
 (defstruct (windowed-editor-input
 	    (:include editor-input
 		      (:get #'windowed-get-key-event)
@@ -263,7 +263,7 @@
       ;; Don't service anymore events if we just got some input.
       (return t))))
 
-
+|#
 
 ;;;; Editor input from a tty.