mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 04:38:04 +02: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;
|
int fd;
|
||||||
void *ptr;
|
void *ptr;
|
||||||
size_t size;
|
size_t size;
|
||||||
size_t offset;
|
|
||||||
size_t pitch;
|
size_t pitch;
|
||||||
unsigned handle;
|
unsigned handle;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue