summaryrefslogtreecommitdiff
path: root/test/cairo-test.h
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2006-07-13 12:58:24 -0400
committerBehdad Esfahbod <behdad@behdad.org>2006-07-13 12:58:24 -0400
commitcf1b23a4c57d436098619443068611a48b88187e (patch)
treecb758aac54afc1e1593b8eaae0dda06b8e1931c4 /test/cairo-test.h
parentf8eeca97684f7c8eba7b918c34fe5ccbf32e2f5f (diff)
downloadcairo-cf1b23a4c57d436098619443068611a48b88187e.tar.gz
Add prototype for draw in each test file and remove it from the header.
Diffstat (limited to 'test/cairo-test.h')
-rw-r--r--test/cairo-test.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/cairo-test.h b/test/cairo-test.h
index fbcbf29ef..3694f35d8 100644
--- a/test/cairo-test.h
+++ b/test/cairo-test.h
@@ -72,7 +72,6 @@ typedef enum cairo_test_status {
} cairo_test_status_t;
typedef cairo_test_status_t (cairo_test_draw_function_t) (cairo_t *cr, int width, int height);
-static cairo_test_draw_function_t draw;
typedef struct _cairo_test {
const char *name;