diff options
author | Brian Paul <[email protected]> | 2015-10-03 08:05:33 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-10-08 13:53:33 -0600 |
commit | d61f492aba354283933b5d84e3daacc45a836141 (patch) | |
tree | 0d3e91895b78e6e4a24269e535d1ce46ff6c6f1d /src/mesa/main/texobj.h | |
parent | b373c776933c4d2d00947d92d595368f6d36bc96 (diff) |
mesa: remove unused _mesa_create_nameless_texture()
Reviewed-by: Anuj Phogat <[email protected]>
Tested-by: Mark Janes <[email protected]>
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index 690878c85fc..8421337de4d 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -202,9 +202,6 @@ _mesa_unlock_context_textures( struct gl_context *ctx ); extern void _mesa_lock_context_textures( struct gl_context *ctx ); -extern struct gl_texture_object * -_mesa_create_nameless_texture(struct gl_context *ctx, GLenum target); - extern void _mesa_delete_nameless_texture(struct gl_context *ctx, struct gl_texture_object *texObj); |