mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
* src/truetype/{ttinterp.c,ttobjs.c}: Minor.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user