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