diff options
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30/nv40_verttex.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv40_verttex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv40_verttex.c b/src/gallium/drivers/nouveau/nv30/nv40_verttex.c index c099208fb60..48465cf17b4 100644 --- a/src/gallium/drivers/nouveau/nv30/nv40_verttex.c +++ b/src/gallium/drivers/nouveau/nv30/nv40_verttex.c @@ -95,6 +95,5 @@ nv40_verttex_set_sampler_views(struct pipe_context *pipe, unsigned nr, void nv40_verttex_init(struct pipe_context *pipe) { - pipe->bind_vertex_sampler_states = nv40_verttex_sampler_states_bind; pipe->set_vertex_sampler_views = nv40_verttex_set_sampler_views; } |