From b5c4437287bbe4ba0ee20d3d42d98930c2e71f23 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Thu, 8 Nov 2018 15:16:43 -0200 Subject: [PATCH] tests: Remove extra const --- clutter/tests/interactive/test-touch-events.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clutter/tests/interactive/test-touch-events.c b/clutter/tests/interactive/test-touch-events.c index 184924a2a..45a9012db 100644 --- a/clutter/tests/interactive/test-touch-events.c +++ b/clutter/tests/interactive/test-touch-events.c @@ -31,7 +31,7 @@ static GQueue events = G_QUEUE_INIT; static GQueue all_events = G_QUEUE_INIT; static gboolean new_surface = TRUE; -static const ClutterColor const static_colors[] = { +static const ClutterColor static_colors[] = { { 0xff, 0x00, 0x00, 0xff }, /* red */ { 0x80, 0x00, 0x00, 0xff }, /* dark red */ { 0x00, 0xff, 0x00, 0xff }, /* green */