summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-25 00:31:08 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-25 11:57:37 -0400
commit6e9dbba130b37cbc538d1d3a14cdb64f6c904f43 (patch)
treeab0756308040dac6d4bd31268133664b9374fbf9
parent706aa93ab5c7999a55bdbd08691cad361669627d (diff)
downloadgtk+-6e9dbba130b37cbc538d1d3a14cdb64f6c904f43.tar.gz
colorswatch: Remove unused radius fields
The radius fields are never used.
-rw-r--r--gtk/gtkcolorswatch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c
index 475067a6b9..63688eb448 100644
--- a/gtk/gtkcolorswatch.c
+++ b/gtk/gtkcolorswatch.c
@@ -59,7 +59,6 @@ struct _GtkColorSwatch
GtkWidget parent_instance;
GdkRGBA color;
- double radius[4];
char *icon;
guint has_color : 1;
guint use_alpha : 1;