mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 02:09:24 +00:00
Kernel/Graphics: Remove out-of-context comment note
This commit is contained in:
parent
fae715a2c2
commit
b7d0b5d745
Notes:
sideshowbarker
2024-07-17 08:37:50 +09:00
Author: https://github.com/supercomputer7
Commit: b7d0b5d745
Pull-request: https://github.com/SerenityOS/serenity/pull/14238
Reviewed-by: https://github.com/FireFox317
Reviewed-by: https://github.com/linusg
1 changed files with 0 additions and 1 deletions
|
@ -235,7 +235,6 @@ ErrorOr<void> DisplayConnector::ioctl(OpenFileDescription&, unsigned request, Us
|
|||
{
|
||||
TRY(Process::current().require_promise(Pledge::video));
|
||||
|
||||
// TODO: We really should have ioctls for destroying resources as well
|
||||
switch (request) {
|
||||
case GRAPHICS_IOCTL_GET_PROPERTIES: {
|
||||
auto user_properties = static_ptr_cast<GraphicsConnectorProperties*>(arg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue