Removed Mac fond driver #ifdefs
This commit is contained in:
parent
ae4bceefa9
commit
6012037b2d
@ -55,9 +55,6 @@
|
||||
#undef FT_USE_MODULE
|
||||
#define FT_USE_MODULE( x ) extern const FT_Module_Class* x;
|
||||
|
||||
#ifdef macintosh
|
||||
FT_USE_MODULE(fond_driver_class)
|
||||
#endif
|
||||
#include <freetype/config/ftmodule.h>
|
||||
|
||||
#undef FT_USE_MODULE
|
||||
@ -66,9 +63,6 @@
|
||||
static
|
||||
const FT_Module_Class* ft_default_modules[] =
|
||||
{
|
||||
#ifdef macintosh
|
||||
FT_USE_MODULE(fond_driver_class)
|
||||
#endif
|
||||
#include <freetype/config/ftmodule.h>
|
||||
0
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user