From c43f03e38dd4bfbcbc0cc8414e2bacfbffad08a1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 27 Jun 2005 00:30:37 +0000 Subject: make create_new_program() static --- src/mesa/tnl/t_vp_build.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mesa/tnl/t_vp_build.c') diff --git a/src/mesa/tnl/t_vp_build.c b/src/mesa/tnl/t_vp_build.c index 74ab9a6892..11fdc454cd 100644 --- a/src/mesa/tnl/t_vp_build.c +++ b/src/mesa/tnl/t_vp_build.c @@ -1364,9 +1364,10 @@ static void build_tnl_program( struct tnl_program *p ) } -void create_new_program( const struct state_key *key, - struct vertex_program *program, - GLuint max_temps) +static void +create_new_program( const struct state_key *key, + struct vertex_program *program, + GLuint max_temps) { struct tnl_program p; -- cgit v1.2.3