fix merge

This commit is contained in:
keithw 2007-09-26 12:10:46 +01:00 committed by Keith Whitwell
parent c5cfa63988
commit 035a824730

View file

@ -69,8 +69,6 @@ static void
feedback_vertex(struct draw_stage *stage, const struct vertex_header *vertex)
{
struct feedback_stage *fs = (struct feedback_stage *) stage;
#if 0
const struct pipe_feedback_state *feedback = &stage->draw->feedback;
const uint select = feedback->interleaved ? 0 : 1;
uint i;