st/mesa: fix fallout from xfb changes.
[mesa.git] / src / mesa / state_tracker / st_texture.h
index 3fa55ae38dbc094c5b06fc88352fbaee50506769..d8cd7c7b5c1f327237b60da637455a508231c04b 100644 (file)
@@ -224,16 +224,6 @@ st_texture_image_unmap(struct st_context *st,
 extern const GLuint *
 st_texture_depth_offsets(struct pipe_resource *pt, GLuint level);
 
-
-/* Upload an image into a texture
- */
-extern void
-st_texture_image_data(struct st_context *st,
-                      struct pipe_resource *dst,
-                      GLuint face, GLuint level, void *src,
-                      GLuint src_row_pitch, GLuint src_image_pitch);
-
-
 /* Copy an image between two textures
  */
 extern void