summaryrefslogtreecommitdiff
path: root/tests/conform/test-alpha-textures.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conform/test-alpha-textures.c')
-rw-r--r--tests/conform/test-alpha-textures.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/conform/test-alpha-textures.c b/tests/conform/test-alpha-textures.c
index 524ba895..f4ad49bb 100644
--- a/tests/conform/test-alpha-textures.c
+++ b/tests/conform/test-alpha-textures.c
@@ -16,7 +16,6 @@ create_pipeline (CoglTexture **tex_out,
tex = cogl_texture_2d_new_from_data (test_ctx,
2, 2, /* width/height */
COGL_PIXEL_FORMAT_A_8, /* format */
- COGL_PIXEL_FORMAT_ANY, /* int. format */
2, /* rowstride */
tex_data,
NULL);