removed unused "gint proj_level" from the GimpImage struct.

2003-12-04  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage.h: removed unused "gint proj_level" from the
	GimpImage struct.
This commit is contained in:
Michael Natterer 2003-12-04 11:36:58 +00:00 committed by Michael Natterer
parent a62e834b95
commit 896b00074a
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2003-12-04 Michael Natterer <mitch@gimp.org>
* app/core/gimpimage.h: removed unused "gint proj_level" from the
GimpImage struct.
2003-12-04 Michael Natterer <mitch@gimp.org>
* plug-ins/pygimp/pygimp-drawable.c (lay_set_linked): made it
@ -37,7 +42,7 @@
2003-12-03 Michael Natterer <mitch@gimp.org>
* plug-ins/pygimp/gimpmodule.c (pygimp_delete): follow change below.
* plug-ins/pygimp/gimpmodule.c: follow change below.
2003-12-03 Michael Natterer <mitch@gimp.org>

View File

@ -118,7 +118,6 @@ struct _GimpImage
gboolean construct_flag; /* flag for construction */
GimpImageType proj_type; /* type of the projection image */
gint proj_bytes; /* bpp in projection image */
gint proj_level; /* projection level */
TileManager *projection; /* The projection--layers & */
/* channels */