From: Brian Paul Date: Wed, 6 Aug 2003 19:22:59 +0000 (+0000) Subject: remove temporary prototypes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=49555d14a89f4e240825682eabbb0d422d7e5a04;p=mesa.git remove temporary prototypes --- diff --git a/src/mesa/main/arbprogram.c b/src/mesa/main/arbprogram.c index cd441f8e13e..0b3008554c5 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 */