diff options
Diffstat (limited to 'Kernel/Devices/KeyboardDevice.h')
-rw-r--r-- | Kernel/Devices/KeyboardDevice.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Devices/KeyboardDevice.h b/Kernel/Devices/KeyboardDevice.h index 74a53a0da6..94dfb8f02e 100644 --- a/Kernel/Devices/KeyboardDevice.h +++ b/Kernel/Devices/KeyboardDevice.h @@ -45,7 +45,6 @@ class KeyboardDevice final : public IRQHandler public: using Event = KeyEvent; - static void initialize(); static KeyboardDevice& the(); virtual ~KeyboardDevice() override; |