summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/common
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-04-29 08:48:43 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-04-29 08:48:43 +0000
commit3d49061bfc5c40a6238eb972bd47489734d289f8 (patch)
treec248ddf39e11f2138dbe1a512a51af22c369e144 /src/mesa/drivers/common
parentd92f615fe55a26776ded6b9b97e0d01862467cc9 (diff)
typo
Diffstat (limited to 'src/mesa/drivers/common')
-rw-r--r--src/mesa/drivers/common/t_dd_vb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/drivers/common/t_dd_vb.c b/src/mesa/drivers/common/t_dd_vb.c
index deada17d99..e3bb890365 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 );