r600g: tgsi_dst() can't fail.
[mesa.git] / src / gallium / drivers / svga / svga_surface.h
index b50ecdc99422c56855754ff28da17cd6d09c2c99..afb8326e1f38703de365dc9c32d951daf2b7d332 100644 (file)
@@ -74,7 +74,6 @@ svga_texture_view_surface(struct pipe_context *pipe,
 
 void
 svga_texture_copy_handle(struct svga_context *svga,
-                         struct svga_screen *ss,
                          struct svga_winsys_surface *src_handle,
                          unsigned src_x, unsigned src_y, unsigned src_z,
                          unsigned src_level, unsigned src_face,
@@ -91,7 +90,4 @@ svga_surface(struct pipe_surface *surface)
    return (struct svga_surface *)surface;
 }
 
-void
-svga_screen_init_surface_functions(struct pipe_screen *screen);
-
 #endif