mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-27 01:20:46 +02:00
Fix stale code in comment.
This commit is contained in:
parent
a98b44a1de
commit
8be1697f2b
1 changed files with 1 additions and 1 deletions
|
|
@ -1370,7 +1370,7 @@ _cairo_ps_surface_paint (void *abstract_surface,
|
|||
* possible only because there is nothing between the fallback
|
||||
* images and the paper, nor is anything painted above. */
|
||||
/*
|
||||
assert (pattern_operation_supported (op, source));
|
||||
assert (_operation_supported (op, source));
|
||||
*/
|
||||
|
||||
_cairo_output_stream_printf (stream,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue