[meta] Remove debugging assert.

Remove an old assertion that no error occurred.
This commit is contained in:
Chris Wilson 2008-08-07 22:00:30 +01:00
parent 34eb420cc7
commit 523f725801

View file

@ -973,7 +973,6 @@ _cairo_meta_surface_replay_internal (cairo_surface_t *surface,
command->intersect_clip_path.tolerance,
command->intersect_clip_path.antialias,
target);
assert (status == 0);
break;
default:
ASSERT_NOT_REACHED;