mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
remove temporary prototypes
This commit is contained in:
parent
8f44286b29
commit
49555d14a8
1 changed files with 2 additions and 18 deletions
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue