summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbvertparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/arbvertparse.h')
-rw-r--r--src/mesa/shader/arbvertparse.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/shader/arbvertparse.h b/src/mesa/shader/arbvertparse.h
index 30ff162913..c18e422a49 100644
--- a/src/mesa/shader/arbvertparse.h
+++ b/src/mesa/shader/arbvertparse.h
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 5.1
+ * Version: 6.5
*
- * Copyright (C) 1999-2003 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2005 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -30,7 +30,4 @@ _mesa_parse_arb_vertex_program(GLcontext * ctx, GLenum target,
const GLubyte * str, GLsizei len,
struct vertex_program *program);
-extern void
-_mesa_debug_vp_inst(GLint num, struct prog_instruction *vp);
-
#endif