Re: [Mesa-dev] [PATCH v3 24/24] main: remove unused float_to_uint() function

2014-12-11 Thread Jason Ekstrand
On Tue, Dec 9, 2014 at 4:07 AM, Iago Toral Quiroga wrote: > From: Samuel Iglesias Gonsalvez > > Signed-off-by: Samuel Iglesias Gonsalvez > --- > src/mesa/main/format_utils.c | 9 - > 1 file changed, 9 deletions(-) > > diff --git a/src/mesa/main/format_utils.c b/src/mesa/main/format_uti

[Mesa-dev] [PATCH v3 24/24] main: remove unused float_to_uint() function

2014-12-09 Thread Iago Toral Quiroga
From: Samuel Iglesias Gonsalvez Signed-off-by: Samuel Iglesias Gonsalvez --- src/mesa/main/format_utils.c | 9 - 1 file changed, 9 deletions(-) diff --git a/src/mesa/main/format_utils.c b/src/mesa/main/format_utils.c index dc63e1f..201231e 100644 --- a/src/mesa/main/format_utils.c +++