diff options
Diffstat (limited to 'linux/r128_drm.h')
-rw-r--r-- | linux/r128_drm.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linux/r128_drm.h b/linux/r128_drm.h index 3454de7b..aaf2ce3e 100644 --- a/linux/r128_drm.h +++ b/linux/r128_drm.h @@ -142,12 +142,6 @@ typedef struct { } drm_r128_texture_regs_t; -typedef struct drm_tex_region { - unsigned char next, prev; - unsigned char in_use; - int age; -} drm_tex_region_t; - typedef struct drm_r128_sarea { /* The channel for communication of state information to the kernel * on firing a vertex buffer. |