summaryrefslogtreecommitdiff
path: root/src/font.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.c')
-rw-r--r--src/font.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/font.c b/src/font.c
index 9ceedddb297..7c15842d959 100644
--- a/src/font.c
+++ b/src/font.c
@@ -50,10 +50,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include "nsterm.h"
#endif /* HAVE_NS */
-#ifdef MAC_OS
-#include "macterm.h"
-#endif /* MAC_OS */
-
Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;
#ifdef HAVE_NS
@@ -5146,9 +5142,6 @@ EMACS_FONT_LOG is set. Otherwise, it is set to t. */);
#ifdef HAVE_NS
syms_of_nsfont ();
#endif /* HAVE_NS */
-#ifdef MAC_OS
- syms_of_atmfont ();
-#endif /* MAC_OS */
#endif /* HAVE_WINDOW_SYSTEM */
}