mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-01 15:07:57 +02:00
* src/truetype/{ttinterp.c,ttobjs.c}: Minor.
This commit is contained in:
parent
1977060439
commit
0e38fa753f
2 changed files with 1 additions and 11 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue