diff options
author | Eric Anholt <[email protected]> | 2009-11-17 11:15:13 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2009-11-19 11:47:04 +0100 |
commit | abed06421b892aed9f38ea75862e4b7e8aca25fa (patch) | |
tree | b5603ffbb63a68881fa9456d3c2ea37393d47807 /src/mesa/tnl/t_context.h | |
parent | f56b95e40796ea3859b1cb83341730bf74a6f85f (diff) |
tnl: Remove unused NotifyInputChanges() tnl dd hook.
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index 6137c2d2fe5..8915770d8be 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -402,11 +402,6 @@ struct tnl_device_driver /* Alert tnl-aware drivers of changes to material. */ - void (*NotifyInputChanges)(GLcontext *ctx, GLuint bitmask); - /* Alert tnl-aware drivers of changes to size and stride of input - * arrays. - */ - /*** *** Rendering -- These functions called only from t_vb_render.c ***/ |