From 9259bce34e26333422b48abca390f638d5eff708 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Wed, 26 Jan 2022 22:00:18 +0200 Subject: [PATCH] Kernel: Remove unimplemented is_device_event_queue_ready_to_read method --- Kernel/Devices/DeviceManagement.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Kernel/Devices/DeviceManagement.h b/Kernel/Devices/DeviceManagement.h index c1d6b18791..d0d1bce695 100644 --- a/Kernel/Devices/DeviceManagement.h +++ b/Kernel/Devices/DeviceManagement.h @@ -41,7 +41,6 @@ public: // FIXME: Once we have a singleton for managing many sound cards, remove this from here void attach_audio_device(CharacterDevice const&); - bool is_device_event_queue_ready_to_read() const; Optional dequeue_top_device_event(Badge); void after_inserting_device(Badge, Device&);