1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-01 11:20:41 -08:00

fontset.c (fontset_from_font): Remove NS-specific code.

This commit is contained in:
Adrian Robert 2009-06-08 04:33:40 +00:00
parent 320e80c0c0
commit 8f1362ef39

View file

@ -1776,10 +1776,6 @@ fontset_from_font (font_object)
FONTSET_ASCII (fontset) = font_name;
#ifdef HAVE_NS
nsfont_make_fontset_for_font(name, font_object);
#endif
return XINT (FONTSET_ID (fontset));
}