diff options
Diffstat (limited to 'src/mesa/main/teximage.h')
-rw-r--r-- | src/mesa/main/teximage.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/teximage.h b/src/mesa/main/teximage.h index 05fa00d231d..53c2f59d933 100644 --- a/src/mesa/main/teximage.h +++ b/src/mesa/main/teximage.h @@ -118,9 +118,6 @@ _mesa_is_proxy_texture(GLenum target); extern bool _mesa_is_array_texture(GLenum target); -extern struct gl_texture_image * -_mesa_new_texture_image( struct gl_context *ctx ); - extern void _mesa_delete_texture_image( struct gl_context *ctx, |