draw: remove old assignment of edgeflag value

This commit is contained in:
Keith Whitwell 2008-04-24 23:31:35 +01:00
parent ef683014dd
commit 2926e59e4a

View file

@ -112,7 +112,6 @@ static boolean post_vs_cliptest_viewport_gl( struct pt_post_vs *pvs,
out->clip[3] = out->data[0][3];
out->vertex_id = 0xffff;
out->edgeflag = 1;
out->clipmask = compute_clipmask_gl(out->clip,
pvs->draw->plane,
pvs->draw->nr_planes);