summaryrefslogtreecommitdiff
path: root/Core/windowing/input.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'Core/windowing/input.lisp')
-rw-r--r--Core/windowing/input.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/Core/windowing/input.lisp b/Core/windowing/input.lisp
index 651650f0..a80646c2 100644
--- a/Core/windowing/input.lisp
+++ b/Core/windowing/input.lisp
@@ -175,8 +175,3 @@
&key (timeout nil) (wait-function nil))
(event-listen-or-wait (delegate-sheet-delegate sheet)
:timeout timeout :wait-function wait-function))
-
-;;; Class actually used by panes.
-
-(defclass clim-sheet-input-mixin (standard-sheet-input-mixin)
- ())