From 3d49061bfc5c40a6238eb972bd47489734d289f8 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Sun, 29 Apr 2001 08:48:43 +0000 Subject: [PATCH] typo --- src/mesa/drivers/common/t_dd_vb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/mesa/drivers/common/t_dd_vb.c b/src/mesa/drivers/common/t_dd_vb.c index deada17d991..e3bb890365d 100644 --- a/src/mesa/drivers/common/t_dd_vb.c +++ b/src/mesa/drivers/common/t_dd_vb.c @@ -1,4 +1,4 @@ -/* $Id: t_dd_vb.c,v 1.11 2001/04/29 08:44:30 keithw Exp $ */ +/* $Id: t_dd_vb.c,v 1.12 2001/04/29 08:48:43 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -117,7 +117,6 @@ void TAG(translate_vertex)(GLcontext *ctx, dst->win[3] = src->v.w; } } else { - oow = src->v.w; dst->win[0] = UNVIEWPORT_X( src->v.x ); dst->win[1] = UNVIEWPORT_Y( src->v.y ); dst->win[2] = UNVIEWPORT_Z( src->v.z );