1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 09:57:36 +00:00

LibEDID: Remove head index when retrieving an EDID from DisplayConnector

We simply don't need that field anymore, as it was used when one
FramebufferDevice could contain multiple framebuffers within it, each
for a connected screen head.
This commit is contained in:
Liav A 2022-09-24 16:27:39 +03:00 committed by Linus Groh
parent c04b107e26
commit 50ed50752f
4 changed files with 6 additions and 9 deletions

View file

@ -42,8 +42,6 @@ struct GraphicsHeadModeSetting {
};
struct GraphicsHeadEDID {
int head_index;
unsigned char* bytes;
unsigned bytes_size;
};