remove _mesa_debug_fp_inst()

This commit is contained in:
Brian Paul 2005-11-08 14:52:51 +00:00
parent 0bffb1192a
commit bdd80bf819

View 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