diff options
| author | Adrian Robert | 2009-06-08 04:33:40 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-06-08 04:33:40 +0000 |
| commit | 8f1362ef395554eb52dcd5f441ec050cada0f19f (patch) | |
| tree | 025f73cb5a9ef6e5e296c5c53c00c6a79a6dd732 /src/fontset.c | |
| parent | 320e80c0c0239ad6efee4b2c704817a3821259d9 (diff) | |
| download | emacs-8f1362ef395554eb52dcd5f441ec050cada0f19f.tar.gz emacs-8f1362ef395554eb52dcd5f441ec050cada0f19f.zip | |
fontset.c (fontset_from_font): Remove NS-specific code.
Diffstat (limited to 'src/fontset.c')
| -rw-r--r-- | src/fontset.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fontset.c b/src/fontset.c index c9ffb6f2c60..8f3fcd3d17d 100644 --- a/src/fontset.c +++ b/src/fontset.c | |||
| @@ -1776,10 +1776,6 @@ fontset_from_font (font_object) | |||
| 1776 | 1776 | ||
| 1777 | FONTSET_ASCII (fontset) = font_name; | 1777 | FONTSET_ASCII (fontset) = font_name; |
| 1778 | 1778 | ||
| 1779 | #ifdef HAVE_NS | ||
| 1780 | nsfont_make_fontset_for_font(name, font_object); | ||
| 1781 | #endif | ||
| 1782 | |||
| 1783 | return XINT (FONTSET_ID (fontset)); | 1779 | return XINT (FONTSET_ID (fontset)); |
| 1784 | } | 1780 | } |
| 1785 | 1781 | ||