summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbprogram.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-08-06 19:22:59 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-08-06 19:22:59 +0000
commit49555d14a89f4e240825682eabbb0d422d7e5a04 (patch)
tree2dd2736f8abf78cdc223f79fc56f75697f2b23b8 /src/mesa/main/arbprogram.c
parent8f44286b291ad5f1ec918018b8d4a0398bf7ffd8 (diff)
remove temporary prototypes
Diffstat (limited to 'src/mesa/main/arbprogram.c')
-rw-r--r--src/mesa/main/arbprogram.c20
1 files changed, 2 insertions, 18 deletions
diff --git a/src/mesa/main/arbprogram.c b/src/mesa/main/arbprogram.c
index cd441f8e13..0b3008554c 100644
--- a/src/mesa/main/arbprogram.c
+++ b/src/mesa/main/arbprogram.c
@@ -31,8 +31,9 @@
#include "glheader.h"
#include "arbprogram.h"
+#include "arbfragparse.h"
+#include "arbvertparse.h"
#include "context.h"
-#include "hash.h"
#include "imports.h"
#include "macros.h"
#include "mtypes.h"
@@ -43,23 +44,6 @@
#include "nvvertprog.h"
-/* XXX temporary */
-static void
-_mesa_parse_arb_vertex_program(GLcontext *ctx, GLenum target,
- const GLubyte *string, GLsizei len,
- struct vertex_program *prog)
-{
-}
-
-
-static void
-_mesa_parse_arb_fragment_program(GLcontext *ctx, GLenum target,
- const GLubyte *string, GLsizei len,
- struct fragment_program *prog)
-{
-}
-
-
/*
* Init context's program state
*/