1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:47:45 +00:00

Utilities: Remove the edid-dump utility

This short-lived utility was essential when we had to use the ioctl
interface to fetch the EDID from a DisplayConnector, but now that we can
simply read it from SysFS, this utility is no longer needed and can be
removed.
This commit is contained in:
Liav A 2022-07-16 08:40:57 +03:00 committed by Linus Groh
parent 412a5999d0
commit a70e1a0340
2 changed files with 0 additions and 39 deletions

View file

@ -106,7 +106,6 @@ target_link_libraries(disk_benchmark LibMain)
target_link_libraries(dmesg LibMain)
target_link_libraries(du LibMain)
target_link_libraries(echo LibMain)
target_link_libraries(edid-dump LibMain LibEDID)
target_link_libraries(env LibMain)
target_link_libraries(errno LibMain)
target_link_libraries(expr LibRegex LibMain)