summaryrefslogtreecommitdiff
path: root/boilerplate/cairo-boilerplate.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 /boilerplate/cairo-boilerplate.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 'boilerplate/cairo-boilerplate.c')
-rw-r--r--boilerplate/cairo-boilerplate.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/boilerplate/cairo-boilerplate.c b/boilerplate/cairo-boilerplate.c
index b4b492fc1..89ab1ce03 100644
--- a/boilerplate/cairo-boilerplate.c
+++ b/boilerplate/cairo-boilerplate.c
@@ -132,7 +132,6 @@ _cairo_boilerplate_image_create_surface (const char *name,
double max_width,
double max_height,
cairo_boilerplate_mode_t mode,
- int id,
void **closure)
{
cairo_format_t format;
@@ -188,7 +187,6 @@ _cairo_boilerplate_image16_create_surface (const char *name,
double max_width,
double max_height,
cairo_boilerplate_mode_t mode,
- int id,
void **closure)
{
*closure = NULL;
@@ -243,7 +241,6 @@ _cairo_boilerplate_recording_create_surface (const char *name,
double max_width,
double max_height,
cairo_boilerplate_mode_t mode,
- int id,
void **closure)
{
cairo_rectangle_t extents;