r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure.

This commit is contained in:
Oliver McFadden 2007-05-13 08:43:30 +00:00
parent b5990cec90
commit e4b8481f39

View file

@ -812,19 +812,6 @@ struct radeon_vertex_buffer {
int lock_uptodate;
};
struct r300_aos_rec {
GLuint offset;
int element_size; /* in dwords */
int stride; /* distance between elements, in dwords */
int format;
int ncomponents; /* number of components - between 1 and 4, inclusive */
int reg; /* which register they are assigned to. */
};
struct r300_state {
struct r300_depthbuffer_state depth;
struct r300_texture_state texture;