mirror of
https://github.com/RGBCube/serenity
synced 2025-07-23 08:27:35 +00:00
Kernel/Graphics: Remove out-of-context comment note
This commit is contained in:
parent
fae715a2c2
commit
b7d0b5d745
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));
|
TRY(Process::current().require_promise(Pledge::video));
|
||||||
|
|
||||||
// TODO: We really should have ioctls for destroying resources as well
|
|
||||||
switch (request) {
|
switch (request) {
|
||||||
case GRAPHICS_IOCTL_GET_PROPERTIES: {
|
case GRAPHICS_IOCTL_GET_PROPERTIES: {
|
||||||
auto user_properties = static_ptr_cast<GraphicsConnectorProperties*>(arg);
|
auto user_properties = static_ptr_cast<GraphicsConnectorProperties*>(arg);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue