summaryrefslogtreecommitdiff
path: root/test/fallback-resolution.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/fallback-resolution.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/fallback-resolution.c')
-rw-r--r--test/fallback-resolution.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fallback-resolution.c b/test/fallback-resolution.c
index 5447a56d8..b14cc1e91 100644
--- a/test/fallback-resolution.c
+++ b/test/fallback-resolution.c
@@ -382,7 +382,6 @@ preamble (cairo_test_context_t *ctx)
SIZE, SIZE,
SIZE, SIZE,
CAIRO_BOILERPLATE_MODE_TEST,
- 0,
&closure);
if (surface == NULL) {
@@ -417,7 +416,6 @@ preamble (cairo_test_context_t *ctx)
SIZE + 25, SIZE + 25,
SIZE + 25, SIZE + 25,
CAIRO_BOILERPLATE_MODE_TEST,
- 0,
&closure);
if (surface == NULL || cairo_surface_status (surface)) {
cairo_test_log (ctx, "Failed to generate surface: %s.%s\n",