summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbprogram.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-09-05 19:27:25 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-09-05 19:27:25 +0000
commit94f944762d5ea51a1a573184ec2583c75b84b121 (patch)
tree0e8ae73b931d37b04d51d3af90e209046c1f3b5c /src/mesa/main/arbprogram.h
parent6c57b379a41615d148ba20b4f3ce083882475730 (diff)
move GL_MESA_program_debug code into program.c
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