mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-05 00:56:39 +00:00
Kernel: Remove unimplemented is_device_event_queue_ready_to_read method
This commit is contained in:
parent
e729c3ae36
commit
9259bce34e
Notes:
sideshowbarker
2024-07-17 20:10:18 +09:00
Author: https://github.com/IdanHo
Commit: 9259bce34e
Pull-request: https://github.com/SerenityOS/serenity/pull/12147
Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ public:
|
||||||
// FIXME: Once we have a singleton for managing many sound cards, remove this from here
|
// FIXME: Once we have a singleton for managing many sound cards, remove this from here
|
||||||
void attach_audio_device(CharacterDevice const&);
|
void attach_audio_device(CharacterDevice const&);
|
||||||
|
|
||||||
bool is_device_event_queue_ready_to_read() const;
|
|
||||||
Optional<DeviceEvent> dequeue_top_device_event(Badge<DeviceControlDevice>);
|
Optional<DeviceEvent> dequeue_top_device_event(Badge<DeviceControlDevice>);
|
||||||
|
|
||||||
void after_inserting_device(Badge<Device>, Device&);
|
void after_inserting_device(Badge<Device>, Device&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue