From f456006161eb12d8ae6e080ef6f1535ef20c9c03 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Wed, 23 Sep 2009 02:35:54 +0000 Subject: [PATCH] * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. --- src/font.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/font.c b/src/font.c index 6619abe6081..1cd596b9139 100644 --- a/src/font.c +++ b/src/font.c @@ -56,11 +56,7 @@ Lisp_Object Qopentype; /* Important character set strings. */ Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip; -#ifdef HAVE_NS -#define DEFAULT_ENCODING Qiso10646_1 -#else #define DEFAULT_ENCODING Qiso8859_1 -#endif /* Unicode category `Cf'. */ static Lisp_Object QCf; -- 2.39.5