removed unused struct member.

2007-05-26  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpsizebox.c (GimpSizeBoxPrivate): removed unused
	struct member.


svn path=/trunk/; revision=22630
This commit is contained in:
Sven Neumann 2007-05-26 20:11:58 +00:00 committed by Sven Neumann
parent 2d0dfb588c
commit 1dd7562dcd
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-05-26 Sven Neumann <sven@gimp.org>
* app/widgets/gimpsizebox.c (GimpSizeBoxPrivate): removed unused
struct member.
2007-05-26 Michael Natterer <mitch@gimp.org>
* libgimpcolor/gimprgb.c (gimp_param_rgb_values_cmp): fully

View File

@ -64,7 +64,6 @@ struct _GimpSizeBoxPrivate
GimpChainButton *size_chain;
GtkWidget *pixel_label;
GtkWidget *res_label;
gdouble aspect;
};
@ -211,7 +210,6 @@ gimp_size_box_constructor (GType type,
priv->size_entry = GIMP_SIZE_ENTRY (entry);
priv->size_chain = GIMP_COORDINATES_CHAINBUTTON (GIMP_SIZE_ENTRY (entry));
priv->aspect = (gdouble) box->width / (gdouble) box->height;
/*
* let gimp_prop_coordinates_callback know how to interpret the chainbutton