r600g: tgsi_dst() can't fail.
[mesa.git] / src / gallium / drivers / svga / svga_surface.h
index 13bd5b19b61f248aebb16a2983d237f80fa8cc23..afb8326e1f38703de365dc9c32d951daf2b7d332 100644 (file)
@@ -90,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