diff options
author | Brian Paul <[email protected]> | 2013-09-12 18:14:02 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-10-03 14:05:28 -0600 |
commit | 7478236da95953c3d491567505048933fc7a2b3c (patch) | |
tree | a2eed72ddc295f1eb378ee26ffde1337c92a6218 /src/gallium/drivers/nouveau/nv30/nv30_fragtex.c | |
parent | 1446600d1a878450b08310d2728b01ad04e9e8cd (diff) |
nouveau: remove old bind_*_sampler_states() functions
Diffstat (limited to 'src/gallium/drivers/nouveau/nv30/nv30_fragtex.c')
-rw-r--r-- | src/gallium/drivers/nouveau/nv30/nv30_fragtex.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c b/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c index ac819786a6c..87e66cc6d91 100644 --- a/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c +++ b/src/gallium/drivers/nouveau/nv30/nv30_fragtex.c @@ -197,6 +197,5 @@ nv30_fragtex_set_sampler_views(struct pipe_context *pipe, unsigned nr, void nv30_fragtex_init(struct pipe_context *pipe) { - pipe->bind_fragment_sampler_states = nv30_fragtex_sampler_states_bind; pipe->set_fragment_sampler_views = nv30_fragtex_set_sampler_views; } |