chore: Remove unused fields in the renderer metadata struct

This commit is contained in:
Tera << 8 2025-06-26 00:30:39 -04:00
parent 5ea88e8c4a
commit 322e00b3b9
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
2 changed files with 5 additions and 12 deletions

View file

@ -9,6 +9,4 @@ type EvdiDisplayMetadata struct {
Rect *libevdi.EvdiDisplayRect
Buffer *libevdi.EvdiBuffer
EventContext *libevdi.EvdiEventContext
ShouldRequestUpdate bool
IsUpdateReady bool
}