summaryrefslogtreecommitdiff
path: root/src/cairo-private.h
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-06-20 09:59:23 +0000
committerCarl Worth <cworth@cworth.org>2005-06-20 09:59:23 +0000
commitf15ec64e7f2cfb9071c05ec072e49f364dbc4164 (patch)
tree760ade37c6906403066cab359df8a570ff6b4f58 /src/cairo-private.h
parent3b8da5f213c3d0cf4357b29207639357241938bb (diff)
Rip out cairo_set_error_notfiy function as it is clear that it is not the right approach.
Remove error-notify test.
Diffstat (limited to 'src/cairo-private.h')
-rw-r--r--src/cairo-private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cairo-private.h b/src/cairo-private.h
index d63d98b7e..7051f7ebd 100644
--- a/src/cairo-private.h
+++ b/src/cairo-private.h
@@ -44,9 +44,6 @@ struct _cairo {
cairo_status_t status;
- cairo_error_notify_func_t error_notify;
- void *error_notify_closure;
-
cairo_path_fixed_t path;
cairo_gstate_t *gstate;