From bdd80bf8190ccc640359674d37efa1ed5e1b73e7 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 8 Nov 2005 14:52:51 +0000 Subject: remove _mesa_debug_fp_inst() --- src/mesa/shader/arbfragparse.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src') 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 -- cgit v1.2.3