* src/truetype/ttobjs.h (tt_size_ready_bytecode): Move declaration
into TT_USE_BYTECODE_INTERPRETER preprocessor block. * src/truetype/ttobjs.c (tt_size_ready_bytecode) [!TT_USE_BYTECODE_INTERPRETER]: Removed. Unused.
This commit is contained in:
parent
7890686d80
commit
6ff2ff574b
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2007-05-24 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/truetype/ttobjs.h (tt_size_ready_bytecode): Move declaration
|
||||
into TT_USE_BYTECODE_INTERPRETER preprocessor block.
|
||||
|
||||
2007-05-24 Graham Asher <graham.asher@btinternet.com>
|
||||
|
||||
* src/truetype/ttobjs.c (tt_size_ready_bytecode)
|
||||
[!TT_USE_BYTECODE_INTERPRETER]: Removed. Unused.
|
||||
|
||||
2007-05-22 David Turner <david@freetype.org>
|
||||
|
||||
* src/truetype/ttgload.c: fix Werner's recent graphics state
|
||||
|
@ -700,16 +700,7 @@
|
||||
return error;
|
||||
}
|
||||
|
||||
#else /* !TT_USE_BYTECODE_INTERPRETER */
|
||||
|
||||
FT_LOCAL_DEF( FT_Error )
|
||||
tt_size_ready_bytecode( TT_Size size )
|
||||
{
|
||||
FT_UNUSED( size );
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* !TT_USE_BYTECODE_INTERPRETER */
|
||||
#endif /* TT_USE_BYTECODE_INTERPRETER */
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
|
@ -423,14 +423,14 @@ FT_BEGIN_HEADER
|
||||
FT_LOCAL( FT_Error )
|
||||
tt_size_run_prep( TT_Size size );
|
||||
|
||||
FT_LOCAL( FT_Error )
|
||||
tt_size_ready_bytecode( TT_Size size );
|
||||
|
||||
#endif /* TT_USE_BYTECODE_INTERPRETER */
|
||||
|
||||
FT_LOCAL( FT_Error )
|
||||
tt_size_reset( TT_Size size );
|
||||
|
||||
FT_LOCAL( FT_Error )
|
||||
tt_size_ready_bytecode( TT_Size size );
|
||||
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
|
Loading…
Reference in New Issue
Block a user