mirror of https://github.com/GNOME/gimp.git
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:
parent
2d0dfb588c
commit
1dd7562dcd
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue