r300: remove warning introduced with OQ
authorDave Airlie <airlied@redhat.com>
Tue, 18 Aug 2009 10:30:15 +0000 (20:30 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Aug 2009 10:30:15 +0000 (20:30 +1000)
src/mesa/drivers/dri/r300/r300_context.c

index 7508de6fe185c86a6967be4d397df8fc62f2c0cb..ca8021df16a0243e317dd6d5ecdc367c48c2b08b 100644 (file)
@@ -273,7 +273,6 @@ static void r300_emit_query_finish(radeonContextPtr radeon)
 
 static void rv530_emit_query_finish_single_z(radeonContextPtr radeon)
 {
-       r300ContextPtr r300 = (r300ContextPtr)radeon;
        BATCH_LOCALS(radeon);
        struct radeon_query_object *query = radeon->query.current;