mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-17 07:50:04 +00:00
Kernel: Remove Badged VirtIOGraphicsAdapter::allocate_FOO_id()
methods
These are unused, so let's remove them. `number_of_fixmes--;` :^)
This commit is contained in:
parent
626142c312
commit
3597f4a490
Notes:
sideshowbarker
2024-07-17 05:06:13 +09:00
Author: https://github.com/AtkinsSJ
Commit: 3597f4a490
Pull-request: https://github.com/SerenityOS/serenity/pull/16394
Reviewed-by: https://github.com/bgianfo
Reviewed-by: https://github.com/ccapitalK
Reviewed-by: https://github.com/linusg
Reviewed-by: https://github.com/supercomputer7
2 changed files with 0 additions and 14 deletions
|
@ -161,17 +161,6 @@ void VirtIOGraphicsAdapter::initialize()
|
|||
}
|
||||
}
|
||||
|
||||
Graphics::VirtIOGPU::ResourceID VirtIOGraphicsAdapter::allocate_resource_id(Badge<VirtIODisplayConnector>)
|
||||
{
|
||||
return m_resource_id_counter++;
|
||||
}
|
||||
|
||||
Graphics::VirtIOGPU::ContextID VirtIOGraphicsAdapter::allocate_context_id(Badge<VirtIODisplayConnector>)
|
||||
{
|
||||
// FIXME: This should really be tracked using a bitmap, instead of an atomic counter
|
||||
return m_context_id_counter++;
|
||||
}
|
||||
|
||||
bool VirtIOGraphicsAdapter::handle_device_config_change()
|
||||
{
|
||||
auto events = get_pending_events();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue