diff options
Diffstat (limited to 'tests/conform/test-pipeline-cache-unrefs-texture.c')
-rw-r--r-- | tests/conform/test-pipeline-cache-unrefs-texture.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/conform/test-pipeline-cache-unrefs-texture.c b/tests/conform/test-pipeline-cache-unrefs-texture.c index f00a4cb4..5d278dcd 100644 --- a/tests/conform/test-pipeline-cache-unrefs-texture.c +++ b/tests/conform/test-pipeline-cache-unrefs-texture.c @@ -25,7 +25,6 @@ create_texture (void) tex_2d = cogl_texture_2d_new_from_data (test_ctx, 1, 1, /* width / height */ COGL_PIXEL_FORMAT_RGBA_8888_PRE, - COGL_PIXEL_FORMAT_ANY, 4, /* rowstride */ data, NULL); |