1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 06:07:35 +00:00

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

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