mirror of https://github.com/GNOME/gimp.git
libgimpwidgets: remove unused variable in GimpColorButton
This commit is contained in:
parent
60dfc45700
commit
a04f2f3b3a
|
@ -443,7 +443,6 @@ gimp_color_button_get_property (GObject *object,
|
||||||
GValue *value,
|
GValue *value,
|
||||||
GParamSpec *pspec)
|
GParamSpec *pspec)
|
||||||
{
|
{
|
||||||
GimpColorButton *button = GIMP_COLOR_BUTTON (object);
|
|
||||||
GimpColorButtonPrivate *priv = GET_PRIVATE (object);
|
GimpColorButtonPrivate *priv = GET_PRIVATE (object);
|
||||||
|
|
||||||
switch (property_id)
|
switch (property_id)
|
||||||
|
|
Loading…
Reference in New Issue