r300: Removed a disabled/obsolete e32 in the AOS function.
authorOliver McFadden <z3ro.geek@gmail.com>
Wed, 9 May 2007 04:27:31 +0000 (04:27 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Wed, 9 May 2007 04:27:31 +0000 (04:27 +0000)
src/mesa/drivers/dri/r300/r300_emit.h

index e616986c08fd39da4933336e8ee9a30f366938fb..e4aecba9483ccafc78f39dfe209155f4d935efa2 100644 (file)
@@ -246,9 +246,6 @@ fire_AOS(r300ContextPtr rmesa, int vertex_count, int type)
        check_space(9);
 
        start_packet3(RADEON_CP_PACKET3_3D_DRAW_VBUF_2, 0);
-#ifdef NOTNEEDED_ANYMORE
-       e32(0x840c0024);
-#endif
        e32(R300_VAP_VF_CNTL__PRIM_WALK_VERTEX_LIST | (vertex_count << 16)
            | type);
 }