mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-04 01:40:21 +01:00
modetest: drop unused offset field in struct bo
Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
3be3b1a83f
commit
fc6bc66c64
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ struct bo
|
|||
int fd;
|
||||
void *ptr;
|
||||
size_t size;
|
||||
size_t offset;
|
||||
size_t pitch;
|
||||
unsigned handle;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue