* src/truetype/{ttinterp.c,ttobjs.c}: Minor.

This commit is contained in:
Alexei Podtelezhnikov
2025-06-20 22:22:05 -04:00
parent 1977060439
commit 0e38fa753f
2 changed files with 1 additions and 11 deletions

View File

@@ -201,9 +201,6 @@
* exec ::
* A handle to the target execution context.
*
* memory ::
* A handle to the parent memory object.
*
* @Note:
* Only the glyph loader and debugger should call this function.
*/

View File

@@ -873,9 +873,6 @@
* size ::
* A handle to the size object.
*
* pedantic ::
* Set if bytecode execution should be pedantic.
*
* @Return:
* FreeType error code. 0 means success.
*/
@@ -937,9 +934,6 @@
* size ::
* A handle to the size object.
*
* pedantic ::
* Set if bytecode execution should be pedantic.
*
* @Return:
* FreeType error code. 0 means success.
*/
@@ -1050,7 +1044,7 @@
/* Initialize bytecode-related fields in the size object. */
/* We do this only if bytecode interpretation is really needed. */
static FT_Error
FT_LOCAL_DEF( FT_Error )
tt_size_init_bytecode( TT_Size size,
FT_Bool pedantic )
{
@@ -1152,7 +1146,6 @@
return error;
}
#endif /* TT_USE_BYTECODE_INTERPRETER */