On Tue, Oct 13, 2015 at 7:10 PM, Brian Paul wrote:
> The texture unit is error-checked before this and the texUnit var
> is unused, so remove it.
> ---
> src/mesa/main/texobj.c | 7 ---
> 1 file changed, 7 deletions(-)
>
> diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
> index b
The texture unit is error-checked before this and the texUnit var
is unused, so remove it.
---
src/mesa/main/texobj.c | 7 ---
1 file changed, 7 deletions(-)
diff --git a/src/mesa/main/texobj.c b/src/mesa/main/texobj.c
index b571b1b..3182920 100644
--- a/src/mesa/main/texobj.c
+++ b/src/mesa/