gallium: Remove ppc asm backend
[mesa.git] / src / gallium / auxiliary / draw / draw_vs.h
index 8a440911af7155e78b7e7be907d1b05328fa7fc5..798b004ebd4d211e55acb4e907bb46c0536fef96 100644 (file)
@@ -159,11 +159,6 @@ struct draw_vertex_shader *
 draw_create_vs_exec(struct draw_context *draw,
                    const struct pipe_shader_state *templ);
 
-struct draw_vertex_shader *
-draw_create_vs_ppc(struct draw_context *draw,
-                  const struct pipe_shader_state *templ);
-
-
 struct draw_vs_variant_key;
 struct draw_vertex_shader;