소스 검색

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

Liav A 3 년 전
부모
커밋
b7d0b5d745
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Kernel/Graphics/DisplayConnector.cpp

+ 0 - 1
Kernel/Graphics/DisplayConnector.cpp

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