diff --git a/gtk/gtkcolorswatch.c b/gtk/gtkcolorswatch.c index 8d1b6089d2..ff4b8b2fd2 100644 --- a/gtk/gtkcolorswatch.c +++ b/gtk/gtkcolorswatch.c @@ -97,7 +97,6 @@ swatch_draw (GtkWidget *widget, } #define INTENSITY(r, g, b) ((r) * 0.30 + (g) * 0.59 + (b) * 0.11) -#define PIXBUF_SIZE 16 static gboolean gtk_color_swatch_render (GtkCssGadget *gadget,