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();