summaryrefslogtreecommitdiff
path: root/test/cairo-test.c
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2011-10-26 19:16:17 +0200
committerAndrea Canciani <ranma42@gmail.com>2011-11-12 20:49:08 +0100
commit549b1f8d4bf6e20cecd281343f5e4630938697cc (patch)
treebefe6e6041721462ae7bbb4b7e93d6e3dfa1a3e2 /test/cairo-test.c
parentb07b242220daab5b9252d9f0d889886ad74bd31d (diff)
downloadcairo-549b1f8d4bf6e20cecd281343f5e4630938697cc.tar.gz
boilerplate: Remove unused thread id parameter
The thread id is not used anymore (it is always == 0), so it can be removed.
Diffstat (limited to 'test/cairo-test.c')
-rw-r--r--test/cairo-test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/cairo-test.c b/test/cairo-test.c
index bcb0fdc6a..1a0c84510 100644
--- a/test/cairo-test.c
+++ b/test/cairo-test.c
@@ -436,7 +436,6 @@ cairo_test_target_has_similar (const cairo_test_context_t *ctx,
ctx->test->width + 25 * NUM_DEVICE_OFFSETS,
ctx->test->height + 25 * NUM_DEVICE_OFFSETS,
CAIRO_BOILERPLATE_MODE_TEST,
- 0,
&closure);
if (surface == NULL)
goto out;
@@ -821,7 +820,6 @@ REPEAT:
ctx->test->width + 25 * NUM_DEVICE_OFFSETS,
ctx->test->height + 25 * NUM_DEVICE_OFFSETS,
CAIRO_BOILERPLATE_MODE_TEST,
- 0,
&closure);
if (surface == NULL) {
cairo_test_log (ctx, "Error: Failed to set %s target\n", target->name);