summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r--src/mesa/shader/program.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h
index ab72f457ee..a1ee3349dc 100644
--- a/src/mesa/shader/program.h
+++ b/src/mesa/shader/program.h
@@ -106,11 +106,6 @@ _mesa_init_fragment_program(GLcontext *ctx,
GLenum target, GLuint id);
extern struct program *
-_mesa_init_ati_fragment_shader(GLcontext *ctx,
- struct ati_fragment_shader *prog,
- GLenum target, GLuint id );
-
-extern struct program *
_mesa_new_program(GLcontext *ctx, GLenum target, GLuint id);
extern void