diff options
Diffstat (limited to 'src/gallium/drivers/panfrost/pan_resource.h')
-rw-r--r-- | src/gallium/drivers/panfrost/pan_resource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/panfrost/pan_resource.h b/src/gallium/drivers/panfrost/pan_resource.h index f7c13e7ec10..3814c2b27eb 100644 --- a/src/gallium/drivers/panfrost/pan_resource.h +++ b/src/gallium/drivers/panfrost/pan_resource.h @@ -109,7 +109,6 @@ panfrost_get_texture_address( unsigned level, unsigned face); void panfrost_resource_screen_init(struct panfrost_screen *screen); -void panfrost_resource_screen_deinit(struct panfrost_screen *screen); void panfrost_resource_context_init(struct pipe_context *pctx); |