removed duplicate macro (FT_MODULE_IS_DRIVER was defined twice)

This commit is contained in:
Just van Rossum 2000-07-23 16:24:42 +00:00
parent d1ab7f5a4c
commit 9cb8fb187a
1 changed files with 0 additions and 3 deletions

View File

@ -122,9 +122,6 @@
#define FT_MODULE_LIBRARY( x ) FT_MODULE(x)->library
#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 & \
ft_module_font_driver )