summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2011-11-18 17:23:30 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2011-11-18 17:23:56 +0000
commitecdb12ecc3b5ab098173e580b693de1629ddc016 (patch)
treecbe00df5bced88a515413a1febcf1facfde71213
parent90f37d5636f5a1cec3e8423625647f774af7141f (diff)
downloadclutter-ecdb12ecc3b5ab098173e580b693de1629ddc016.tar.gz
conform/cogl-pixel-buffer: Remove unused variable
-rw-r--r--tests/conform/test-cogl-pixel-buffer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/conform/test-cogl-pixel-buffer.c b/tests/conform/test-cogl-pixel-buffer.c
index ebdf6e3d2..b965f863b 100644
--- a/tests/conform/test-cogl-pixel-buffer.c
+++ b/tests/conform/test-cogl-pixel-buffer.c
@@ -22,11 +22,6 @@ typedef struct test_tile
CoglHandle texture;
} TestTile;
-static const ClutterColor
-buffer_colors[] =
- {0
- };
-
static const ClutterColor stage_color = { 0x0, 0x0, 0x0, 0xff };
typedef struct _TestState