mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
[trace] Remove stray /source
An accidental /source was pushing pushed onto the operand stack and never used.
This commit is contained in:
parent
f1cae5c52a
commit
899a159b13
1 changed files with 0 additions and 1 deletions
|
|
@ -2625,7 +2625,6 @@ cairo_image_surface_create_for_data (unsigned char *data, cairo_format_t format,
|
|||
* is negligible.
|
||||
*/
|
||||
if (width * height < 128) {
|
||||
fprintf (logfile, " /source ");
|
||||
_emit_image (ret, NULL);
|
||||
fprintf (logfile,
|
||||
" dup /s%ld exch def\n",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue