mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:47:35 +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:
parent
412a5999d0
commit
a70e1a0340
2 changed files with 0 additions and 39 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue