removed unused variable.
2004-06-01 Michael Natterer <mitch@gimp.org> * app/widgets/gimptoolbox.c (toolbox_area_notify): removed unused variable.
This commit is contained in:

committed by
Michael Natterer

parent
98e65795d0
commit
d2df109399
@ -1,3 +1,8 @@
|
|||||||
|
2004-06-01 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/widgets/gimptoolbox.c (toolbox_area_notify): removed
|
||||||
|
unused variable.
|
||||||
|
|
||||||
2004-06-01 Sven Neumann <sven@gimp.org>
|
2004-06-01 Sven Neumann <sven@gimp.org>
|
||||||
|
|
||||||
* plug-ins/common/autocrop.c (query): register as "Autocrop Image"
|
* plug-ins/common/autocrop.c (query): register as "Autocrop Image"
|
||||||
|
@ -901,8 +901,7 @@ toolbox_area_notify (GimpGuiConfig *config,
|
|||||||
GParamSpec *pspec,
|
GParamSpec *pspec,
|
||||||
GtkWidget *area)
|
GtkWidget *area)
|
||||||
{
|
{
|
||||||
GtkRequisition foo;
|
gboolean visible;
|
||||||
gboolean visible;
|
|
||||||
|
|
||||||
if (config->toolbox_color_area ||
|
if (config->toolbox_color_area ||
|
||||||
config->toolbox_foo_area ||
|
config->toolbox_foo_area ||
|
||||||
|
Reference in New Issue
Block a user