summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_pipeline.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-11-17 11:15:13 -0800
committerEric Anholt <eric@anholt.net>2009-11-19 11:47:04 +0100
commitabed06421b892aed9f38ea75862e4b7e8aca25fa (patch)
treeb5603ffbb63a68881fa9456d3c2ea37393d47807 /src/mesa/tnl/t_pipeline.c
parentf56b95e40796ea3859b1cb83341730bf74a6f85f (diff)
tnl: Remove unused NotifyInputChanges() tnl dd hook.
Diffstat (limited to 'src/mesa/tnl/t_pipeline.c')
-rw-r--r--src/mesa/tnl/t_pipeline.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/tnl/t_pipeline.c b/src/mesa/tnl/t_pipeline.c
index 357ef1e24b..01b30babb4 100644
--- a/src/mesa/tnl/t_pipeline.c
+++ b/src/mesa/tnl/t_pipeline.c
@@ -86,10 +86,6 @@ static GLuint check_input_changes( GLcontext *ctx )
}
}
- if (tnl->pipeline.input_changes &&
- tnl->Driver.NotifyInputChanges)
- tnl->Driver.NotifyInputChanges( ctx, tnl->pipeline.input_changes );
-
return tnl->pipeline.input_changes;
}