Module: Mesa Branch: map-texture-image-v4 Commit: 7cd273a1199b8d7fe27e99c8365fb8a7026d559d URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=7cd273a1199b8d7fe27e99c8365fb8a7026d559d
Author: Brian Paul <[email protected]> Date: Sat Jul 16 11:36:19 2011 -0600 mesa: remove some forward struct declarations --- src/mesa/main/mtypes.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index 36e747f..66723f2 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -98,8 +98,6 @@ 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
