r300: Removed unused vpucount macro from r300_state.c.
authorOliver McFadden <z3ro.geek@gmail.com>
Thu, 24 May 2007 09:15:57 +0000 (09:15 +0000)
committerOliver McFadden <z3ro.geek@gmail.com>
Fri, 25 May 2007 13:23:11 +0000 (13:23 +0000)
src/mesa/drivers/dri/r300/r300_state.c

index b235baaf10ff622086c6543201a371734c9f1e33..8610fdd21ff992a26504fd6eb11bd07595982d8f 100644 (file)
@@ -1484,8 +1484,6 @@ static void r300SetupRSUnit(GLcontext * ctx)
                          InputsRead);
 }
 
-#define vpucount(ptr) (((drm_r300_cmd_header_t*)(ptr))->vpu.count)
-
 #define bump_vpu_count(ptr, new_count)   do{\
        drm_r300_cmd_header_t* _p=((drm_r300_cmd_header_t*)(ptr));\
        int _nc=(new_count)/4; \