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:

committed by
Sven Neumann

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>
|
2007-05-26 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* libgimpcolor/gimprgb.c (gimp_param_rgb_values_cmp): fully
|
* libgimpcolor/gimprgb.c (gimp_param_rgb_values_cmp): fully
|
||||||
|
@ -64,7 +64,6 @@ struct _GimpSizeBoxPrivate
|
|||||||
GimpChainButton *size_chain;
|
GimpChainButton *size_chain;
|
||||||
GtkWidget *pixel_label;
|
GtkWidget *pixel_label;
|
||||||
GtkWidget *res_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_entry = GIMP_SIZE_ENTRY (entry);
|
||||||
priv->size_chain = GIMP_COORDINATES_CHAINBUTTON (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
|
* let gimp_prop_coordinates_callback know how to interpret the chainbutton
|
||||||
|
Reference in New Issue
Block a user