Module: Mesa Branch: master Commit: 0214712c3074dfef5569d032a00276182c4185bf URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0214712c3074dfef5569d032a00276182c4185bf
Author: Brian Paul <[email protected]> Date: Wed Oct 5 21:43:43 2011 -0600 mesa: remove some unneeded forward struct declarations --- 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 e310459..c97c0bf 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; _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
