summaryrefslogtreecommitdiff
path: root/cogl/tests/conform/test-fixtures.c
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/tests/conform/test-fixtures.c')
-rw-r--r--cogl/tests/conform/test-fixtures.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/cogl/tests/conform/test-fixtures.c b/cogl/tests/conform/test-fixtures.c
deleted file mode 100644
index 218b36ff1..000000000
--- a/cogl/tests/conform/test-fixtures.c
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include <clutter/clutter.h>
-#include <cogl/cogl.h>
-
-void
-test_simple_rig (void)
-{
- ClutterColor stage_color = { 0x0, 0x0, 0x0, 0xff };
- stage = clutter_stage_get_default ();
-
- clutter_actor_set_background_color (CLUTTER_ACTOR (stage), &stage_color);
-}