From db79d2abacfc946e80ae3ca6a27953925ccf50b9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 29 Mar 2006 18:41:19 +0000 Subject: minor clean-up --- src/mesa/main/context.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index bbefc32804..92dcdfd4ff 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -1640,10 +1640,8 @@ _mesa_make_current( GLcontext *newCtx, GLframebuffer *drawBuffer, /* set initial viewport and scissor size now */ _mesa_set_viewport(newCtx, 0, 0, drawBuffer->Width, drawBuffer->Height); - - _mesa_set_scissor(newCtx, 0, 0, - drawBuffer->Width, - drawBuffer->Height ); + _mesa_set_scissor(newCtx, 0, 0, + drawBuffer->Width, drawBuffer->Height ); } } -- cgit v1.2.3