Remove the Shared->TexObjectList pointer and Next field from gl_texture_object.
[profile/ivi/mesa.git] / src / mesa / main / texobj.h
index c5cce28..d00bf70 100644 (file)
@@ -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 );