From: Keith Whitwell Date: Sun, 29 Apr 2001 08:48:43 +0000 (+0000) Subject: typo X-Git-Tag: 062012170305~27205 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d49061bfc5c40a6238eb972bd47489734d289f8;p=profile%2Fivi%2Fmesa.git typo --- diff --git a/src/mesa/drivers/common/t_dd_vb.c b/src/mesa/drivers/common/t_dd_vb.c index deada17..e3bb890 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 );