modetest: drop unused offset field in struct bo

Signed-off-by: Simon Ser <contact@emersion.fr>
main
Simon Ser 2022-11-02 18:45:42 +01:00
parent 3be3b1a83f
commit fc6bc66c64
1 changed files with 0 additions and 1 deletions

View File

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