libgimpwidgets: remove unused variable in GimpColorButton

This commit is contained in:
Michael Natterer 2018-06-20 12:40:49 +02:00
parent 60dfc45700
commit a04f2f3b3a
1 changed files with 1 additions and 2 deletions

View File

@ -443,8 +443,7 @@ 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)
{ {