summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbprogram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/arbprogram.h')
-rw-r--r--src/mesa/main/arbprogram.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h
index bc5a6626ed..8bfb180bac 100644
--- a/src/mesa/main/arbprogram.h
+++ b/src/mesa/main/arbprogram.h
@@ -125,12 +125,4 @@ extern void
_mesa_GetProgramStringARB(GLenum target, GLenum pname, GLvoid *string);
-extern void
-_mesa_ProgramCallbackMESA(GLenum target, GLprogramcallbackMESA callback,
- GLvoid *data);
-
-extern void
-_mesa_GetProgramRegisterfvMESA(GLenum target, GLsizei len,
- const GLubyte *registerName, GLfloat *v);
-
#endif