Kernel/Graphics: Remove out-of-context comment note

This commit is contained in:
Liav A 2022-06-10 13:52:14 +03:00 committed by Linus Groh
parent fae715a2c2
commit b7d0b5d745
Notes: sideshowbarker 2024-07-17 08:37:50 +09:00

View file

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