diff options
Diffstat (limited to 'src/mesa/main/texobj.h')
-rw-r--r-- | src/mesa/main/texobj.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/main/texobj.h b/src/mesa/main/texobj.h index c5cce28c370..d00bf70a0d1 100644 --- a/src/mesa/main/texobj.h +++ b/src/mesa/main/texobj.h @@ -51,12 +51,6 @@ extern void _mesa_delete_texture_object( GLcontext *ctx, struct gl_texture_object *obj ); extern void -_mesa_save_texture_object( GLcontext *ctx, struct gl_texture_object *obj ); - -extern void -_mesa_remove_texture_object( GLcontext *ctx, struct gl_texture_object *obj ); - -extern void _mesa_copy_texture_object( struct gl_texture_object *dest, const struct gl_texture_object *src ); |