remove _mesa_debug_fp_inst()
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 8 Nov 2005 14:52:51 +0000 (14:52 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 8 Nov 2005 14:52:51 +0000 (14:52 +0000)
src/mesa/shader/arbfragparse.h

index 09a01d9..efa21eb 100644 (file)
@@ -1,8 +1,8 @@
 /*
  * Mesa 3-D graphics library
- * Version:  5.1
+ * Version:  6.3
  *
- * 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"),
@@ -32,8 +32,4 @@ _mesa_parse_arb_fragment_program(GLcontext * ctx, GLenum target,
                                  const GLubyte * str, GLsizei len,
                                  struct fragment_program *program);
 
-extern void
-_mesa_debug_fp_inst(GLint num, struct prog_instruction *fp);
-
-
 #endif