diff options
| author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-08 14:52:51 +0000 | 
|---|---|---|
| committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-08 14:52:51 +0000 | 
| commit | bdd80bf8190ccc640359674d37efa1ed5e1b73e7 (patch) | |
| tree | 1f5e60690b3bee43abdf800a997f38f6f78fda11 /src | |
| parent | 0bffb1192a599b11af11604ad590f6a50c054bf1 (diff) | |
remove _mesa_debug_fp_inst()
Diffstat (limited to 'src')
| -rw-r--r-- | src/mesa/shader/arbfragparse.h | 8 | 
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mesa/shader/arbfragparse.h b/src/mesa/shader/arbfragparse.h index 09a01d944d..efa21ebefc 100644 --- a/src/mesa/shader/arbfragparse.h +++ b/src/mesa/shader/arbfragparse.h @@ -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  | 
