summaryrefslogtreecommitdiff
path: root/src/mesa/main/texobj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r--src/mesa/main/texobj.h5
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);
-
-
/*@}*/
/**