From 6434e34375dde73a575c5f88970b2793a7cb7fe6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Dj=C3=A4rv?= Date: Mon, 16 Sep 2013 17:55:02 +0200 Subject: Fix syms_of_(mac|ms)font calls. * font.c (syms_of_font): Move call to syms_of_(ns|mac)font ... * nsterm.m (syms_of_nsterm): ... to here. --- src/font.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/font.c') diff --git a/src/font.c b/src/font.c index cc832f9a88a..68db9f2ef2d 100644 --- a/src/font.c +++ b/src/font.c @@ -5197,12 +5197,6 @@ EMACS_FONT_LOG is set. Otherwise, it is set to t. */); #ifdef HAVE_NTGUI syms_of_w32font (); #endif /* HAVE_NTGUI */ -#ifdef HAVE_NS - syms_of_nsfont (); -#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1050 - syms_of_macfont (); -#endif -#endif /* HAVE_NS */ #endif /* HAVE_WINDOW_SYSTEM */ } -- cgit v1.2.1