소스 검색

remove temporary prototypes

tags/vtx-0-2-21112003-freeze
Brian Paul 23 년 전
부모
커밋
49555d14a8
1개의 변경된 파일2개의 추가작업 그리고 18개의 파일을 삭제
  1. 2
    18
      src/mesa/main/arbprogram.c

+ 2
- 18
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
*/

Loading…
취소
저장