From 0fdfa570cc301377128fc9703f16c327742faca7 Mon Sep 17 00:00:00 2001 From: Jonas 'Sortie' Termansen Date: Wed, 2 Nov 2011 19:43:48 +0100 Subject: [PATCH] Removed obsolete IKeystrokable. --- sortix/keyboard.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sortix/keyboard.h b/sortix/keyboard.h index db0ddf03..2bde6be0 100644 --- a/sortix/keyboard.h +++ b/sortix/keyboard.h @@ -27,15 +27,6 @@ namespace Sortix { - /* - class IKeystrokable - { - public: - virtual void OnKeystroke(uint32_t CodePoint, bool KeyUp) = 0; - - }; - */ - namespace Keyboard { void Init();