diff options
author | Brian Paul <[email protected]> | 2011-10-05 21:43:43 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-10-05 21:43:43 -0600 |
commit | 0214712c3074dfef5569d032a00276182c4185bf (patch) | |
tree | 20446ad1ff856778d7b03e233cd7e11140621b0b /src/mesa/main | |
parent | 068fcc029d58f97a7bdbaa01fdbafacbb37e9d68 (diff) |
mesa: remove some unneeded forward struct declarations
Diffstat (limited to 'src/mesa/main')
-rw-r--r-- | src/mesa/main/mtypes.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index e31045989dc..c97c0bf80af 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -73,10 +73,7 @@ struct _mesa_HashTable; struct gl_attrib_node; struct gl_list_extensions; struct gl_meta_state; -struct gl_pixelstore_attrib; struct gl_program_cache; -struct gl_texture_format; -struct gl_texture_image; struct gl_texture_object; struct gl_context; struct st_context; |