removed detritus

This commit is contained in:
Daniel Borca 2005-01-06 07:37:32 +00:00
parent 7047cb08eb
commit 994d5cc5f4

View file

@ -258,18 +258,6 @@ static void tdfx_print_vertex( GLcontext *ctx, const tdfxVertex *v )
* rendering. These functions are only used when mixed-mode rendering
* is occurring.
*/
static void tdfx_draw_quad( tdfxContextPtr fxMesa,
tdfxVertexPtr v0,
tdfxVertexPtr v1,
tdfxVertexPtr v2,
tdfxVertexPtr v3 )
{
/* fprintf(stderr, "%s\n", __FUNCTION__); */
BEGIN_CLIP_LOOP_LOCKED(fxMesa) {
QUAD( v0, v1, v2, v3 );
} END_CLIP_LOOP_LOCKED(fxMesa);
}
static void tdfx_draw_triangle( tdfxContextPtr fxMesa,
tdfxVertexPtr v0,
tdfxVertexPtr v1,