[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Devel] possible unused function in TT interpreter
From: |
Werner LEMBERG |
Subject: |
Re: [Devel] possible unused function in TT interpreter |
Date: |
Tue, 03 Jun 2003 17:01:09 +0200 (CEST) |
> Can someone explain why the macro
>
> #define CUR_Func_freeProj( x, y ) \
> CUR.func_freeProj( EXEC_ARG_ x, y )
>
> and the function it calls, in truetype\ttinterp.c, don't appear to
> be used anywhere in FreeType?
> [...]
> None of these are calls of func_freeProj or assignments of it to
> some other function pointer through which it can be called.
>
> If it's unneeded it should be deleted.
Done, thanks.
Werner
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Devel] possible unused function in TT interpreter,
Werner LEMBERG <=