Re: [Mesa-dev] [PATCH 1/4] mesa/dxtn: make function pointers static

2012-09-14 Thread Kenneth Graunke
On 09/14/2012 08:18 PM, Dave Airlie wrote: > These aren't used outside thie file from what I can see. > > Signed-off-by: Dave Airlie > --- > src/mesa/main/texcompress_s3tc.c | 8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > diff --git a/src/mesa/main/texcompress_s3tc.c > b/sr

[Mesa-dev] [PATCH 1/4] mesa/dxtn: make function pointers static

2012-09-14 Thread Dave Airlie
These aren't used outside thie file from what I can see. Signed-off-by: Dave Airlie --- src/mesa/main/texcompress_s3tc.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/texcompress_s3tc.c b/src/mesa/main/texcompress_s3tc.c index 8736e20..b5d7d3b 100644 -