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
commit 50ed50752f
Notes: sideshowbarker 2024-07-17 06:40:25 +09:00
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;
};