Re: [Mesa-dev] [PATCH] mesa: remove duplicated init of MaxViewports

2014-01-26 Thread Ian Romanick
On 01/26/2014 02:25 AM, Maxence Le Doré wrote: > From: Maxence Le Doré > > Already declared 5 lines before. That was rebase failure on my part. Reviewed-by: Ian Romanick > --- > src/mesa/main/context.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/src/mesa/main/context.c b/src/

[Mesa-dev] [PATCH] mesa: remove duplicated init of MaxViewports

2014-01-26 Thread Maxence Le Doré
From: Maxence Le Doré Already declared 5 lines before. --- src/mesa/main/context.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index b7cd568..98025bc 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -595,9 +595,6 @@