mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
remove _mesa_debug_fp_inst()
This commit is contained in:
parent
0bffb1192a
commit
bdd80bf819
1 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue