Remove debug line that got in accidentally.
2005-11-09 Behdad Esfahbod <behdad@gnome.org> * pango/opentype/ftxgpos.c, pango/opentype/ftxopen.c: Remove debug line that got in accidentally.
This commit is contained in:
parent
9717127a5b
commit
1b2c314b80
|
@ -2154,7 +2154,6 @@
|
||||||
|
|
||||||
|
|
||||||
base_offset = FILE_Pos();
|
base_offset = FILE_Pos();
|
||||||
fprintf (stderr, "%04lx base offset (behdad)\n", base_offset);
|
|
||||||
|
|
||||||
if ( ACCESS_Frame( 4L ) )
|
if ( ACCESS_Frame( 4L ) )
|
||||||
return error;
|
return error;
|
||||||
|
|
|
@ -904,7 +904,6 @@
|
||||||
return Load_Coverage2( &c->cf.cf2, stream );
|
return Load_Coverage2( &c->cf.cf2, stream );
|
||||||
|
|
||||||
default:
|
default:
|
||||||
fprintf (stderr, "at ftxopen.c:907, got %d (behdad)\n", c->CoverageFormat);
|
|
||||||
return TTO_Err_Invalid_SubTable_Format;
|
return TTO_Err_Invalid_SubTable_Format;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue