r300: Removed unused aos_reg variable.

This commit is contained in:
Oliver McFadden 2007-05-26 19:39:35 +00:00
parent e8b8fd366b
commit e96d10a861

View file

@ -149,7 +149,6 @@ struct r300_dma_region {
int aos_offset; /* address in GART memory */
int aos_stride; /* distance between elements, in dwords */
int aos_size; /* number of components (1-4) */
int aos_reg; /* VAP register assignment */
};
struct r300_dma {