diff options
author | Brian Paul <[email protected]> | 2006-06-13 17:16:56 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-06-13 17:16:56 +0000 |
commit | 34a3779aae716bf24f59257077694d26d0dfec18 (patch) | |
tree | f941832a3b9b88cd53261a00b0c77fa0c541f578 /src/mesa/tnl | |
parent | 7dfdf3a5b74d3498a98f71d18eb2e706f2fedd04 (diff) |
remove unused index_attr1fv()
Diffstat (limited to 'src/mesa/tnl')
-rw-r--r-- | src/mesa/tnl/t_save_loopback.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/tnl/t_save_loopback.c b/src/mesa/tnl/t_save_loopback.c index 9d87c20df84..62904ee25aa 100644 --- a/src/mesa/tnl/t_save_loopback.c +++ b/src/mesa/tnl/t_save_loopback.c @@ -195,12 +195,6 @@ static attr_func mat_attrfunc[4] = { }; -static void index_attr1fv(GLcontext *ctx, GLint target, const GLfloat *v) -{ - (void) target; - CALL_Indexf(ctx->Exec, (v[0])); -} - static void edgeflag_attr1fv(GLcontext *ctx, GLint target, const GLfloat *v) { (void) target; |