mirror of https://github.com/GNOME/gimp.git
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:
parent
a62e834b95
commit
896b00074a
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue