diff options
author | Samuel Pitoiset <[email protected]> | 2017-06-21 09:41:50 +0200 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2017-06-22 10:41:13 +0200 |
commit | 048de9e34a2214371481143cddcaa53f52468c6b (patch) | |
tree | 8081ffb9892a41611f81ca7afde14f2f350a703c /src/mesa/main/texobj.h | |
parent | 75044f0854f9b7c572c2117256605aa76acf1573 (diff) |
mesa: remove unused _mesa_delete_nameless_texture()
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index a9db1675e01..1c68bd8ec7d 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -170,11 +170,6 @@ _mesa_unlock_context_textures( struct gl_context *ctx ); extern void _mesa_lock_context_textures( struct gl_context *ctx ); -extern void -_mesa_delete_nameless_texture(struct gl_context *ctx, - struct gl_texture_object *texObj); - - /*@}*/ /** |