mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-07 13:28:03 +02:00
Removed Mac fond driver #ifdefs
This commit is contained in:
parent
ccb7f762c1
commit
f88305673f
1 changed files with 0 additions and 6 deletions
|
|
@ -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…
Add table
Reference in a new issue