removed duplicate macro (FT_MODULE_IS_DRIVER was defined twice)
This commit is contained in:
parent
d1ab7f5a4c
commit
9cb8fb187a
|
@ -122,9 +122,6 @@
|
||||||
#define FT_MODULE_LIBRARY( x ) FT_MODULE(x)->library
|
#define FT_MODULE_LIBRARY( x ) FT_MODULE(x)->library
|
||||||
#define FT_MODULE_MEMORY( x ) FT_MODULE(x)->memory
|
#define FT_MODULE_MEMORY( x ) FT_MODULE(x)->memory
|
||||||
|
|
||||||
#define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->module_flags & \
|
|
||||||
ft_module_font_driver )
|
|
||||||
|
|
||||||
#define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->module_flags & \
|
#define FT_MODULE_IS_DRIVER( x ) ( FT_MODULE_CLASS( x )->module_flags & \
|
||||||
ft_module_font_driver )
|
ft_module_font_driver )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue