diff options
Diffstat (limited to 'src/gallium/drivers/v3d/v3d_screen.h')
-rw-r--r-- | src/gallium/drivers/v3d/v3d_screen.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/v3d/v3d_screen.h b/src/gallium/drivers/v3d/v3d_screen.h index 111dd196f6c..4d30ef30bce 100644 --- a/src/gallium/drivers/v3d/v3d_screen.h +++ b/src/gallium/drivers/v3d/v3d_screen.h @@ -71,9 +71,6 @@ struct v3d_screen { uint32_t size_list_size; mtx_t lock; - - uint32_t bo_size; - uint32_t bo_count; } bo_cache; const struct v3d_compiler *compiler; |