diff options
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_context.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index ab185194786..65304a8f1ff 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -162,11 +162,6 @@ void nv50_default_kick_notify(struct nouveau_pushbuf *); /* nv50_draw.c */ extern struct draw_stage *nv50_draw_render_stage(struct nv50_context *); -/* nv50_program.c */ -boolean nv50_program_translate(struct nv50_program *); -boolean nv50_program_translate_new(struct nv50_program *); -void nv50_program_destroy(struct nv50_context *, struct nv50_program *); - /* nv50_query.c */ void nv50_init_query_functions(struct nv50_context *); |