colorswatch: Avoid redundant assignment

This commit is contained in:
Timm Bäder 2020-01-02 13:49:01 +01:00
parent 7a27122dab
commit 04899e3707

View File

@ -551,7 +551,6 @@ gtk_color_swatch_init (GtkColorSwatch *swatch)
GtkEventController *controller;
GtkGesture *gesture;
priv = gtk_color_swatch_get_instance_private (swatch);
priv->use_alpha = TRUE;
priv->selectable = TRUE;
priv->has_menu = TRUE;