aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.c
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2013-09-16 17:55:02 +0200
committerJan Djärv <[email protected]>2013-09-16 17:55:02 +0200
commit6434e34375dde73a575c5f88970b2793a7cb7fe6 (patch)
tree99b451ab7428f4969d5fa51a503a960c947c51c5 /src/font.c
parent83a119f8d892a790b25bd0d856df82fb25b0ba72 (diff)
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.
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/font.c b/src/font.c
index cc832f9a88..68db9f2ef2 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 */
}