diff options
| -rw-r--r-- | src/mac.c | 11 |
1 files changed, 0 insertions, 11 deletions
| @@ -4768,16 +4768,6 @@ On successful conversion, return the result string, else return nil. */) | |||
| 4768 | #endif /* TARGET_API_MAC_CARBON */ | 4768 | #endif /* TARGET_API_MAC_CARBON */ |
| 4769 | 4769 | ||
| 4770 | 4770 | ||
| 4771 | DEFUN ("mac-clear-font-name-table", Fmac_clear_font_name_table, Smac_clear_font_name_table, 0, 0, 0, | ||
| 4772 | doc: /* Clear the font name table. */) | ||
| 4773 | () | ||
| 4774 | { | ||
| 4775 | check_mac (); | ||
| 4776 | mac_clear_font_name_table (); | ||
| 4777 | return Qnil; | ||
| 4778 | } | ||
| 4779 | |||
| 4780 | |||
| 4781 | static Lisp_Object | 4771 | static Lisp_Object |
| 4782 | mac_get_system_locale () | 4772 | mac_get_system_locale () |
| 4783 | { | 4773 | { |
| @@ -5249,7 +5239,6 @@ syms_of_mac () | |||
| 5249 | defsubr (&Smac_get_preference); | 5239 | defsubr (&Smac_get_preference); |
| 5250 | defsubr (&Smac_code_convert_string); | 5240 | defsubr (&Smac_code_convert_string); |
| 5251 | #endif | 5241 | #endif |
| 5252 | defsubr (&Smac_clear_font_name_table); | ||
| 5253 | 5242 | ||
| 5254 | defsubr (&Smac_set_file_creator); | 5243 | defsubr (&Smac_set_file_creator); |
| 5255 | defsubr (&Smac_set_file_type); | 5244 | defsubr (&Smac_set_file_type); |