aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/font.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/font.c b/src/font.c
index 77c578898c7..17e1c6fc5b5 100644
--- a/src/font.c
+++ b/src/font.c
@@ -47,8 +47,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
47#include "nsterm.h" 47#include "nsterm.h"
48#endif /* HAVE_NS */ 48#endif /* HAVE_NS */
49 49
50Lisp_Object Qfont_spec, Qfont_entity, Qfont_object;
51
52#ifdef HAVE_NS 50#ifdef HAVE_NS
53extern Lisp_Object Qfontsize; 51extern Lisp_Object Qfontsize;
54#endif 52#endif
@@ -5091,10 +5089,6 @@ syms_of_font ()
5091 staticpro (&font_charset_alist); 5089 staticpro (&font_charset_alist);
5092 font_charset_alist = Qnil; 5090 font_charset_alist = Qnil;
5093 5091
5094 DEFSYM (Qfont_spec, "font-spec");
5095 DEFSYM (Qfont_entity, "font-entity");
5096 DEFSYM (Qfont_object, "font-object");
5097
5098 DEFSYM (Qopentype, "opentype"); 5092 DEFSYM (Qopentype, "opentype");
5099 5093
5100 DEFSYM (Qascii_0, "ascii-0"); 5094 DEFSYM (Qascii_0, "ascii-0");