modetest: drop unused offset field in struct bo

Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
Simon Ser 2022-11-02 18:45:42 +01:00
parent 3be3b1a83f
commit fc6bc66c64

View file

@ -45,7 +45,6 @@ struct bo
int fd;
void *ptr;
size_t size;
size_t offset;
size_t pitch;
unsigned handle;
};