diff options
author | Carl Worth <cworth@cworth.org> | 2005-06-20 09:59:23 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2005-06-20 09:59:23 +0000 |
commit | f15ec64e7f2cfb9071c05ec072e49f364dbc4164 (patch) | |
tree | 760ade37c6906403066cab359df8a570ff6b4f58 /src/cairo-private.h | |
parent | 3b8da5f213c3d0cf4357b29207639357241938bb (diff) | |
download | cairo-f15ec64e7f2cfb9071c05ec072e49f364dbc4164.tar.gz |
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.h | 3 |
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; |