From 0b63625620c667cefa918e2a2f555be31957f723 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 13 Jul 2000 14:06:56 +0000 Subject: [PATCH] (ASET): Remove definition. --- src/xfaces.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/xfaces.c b/src/xfaces.c index 6299d80809e..30fa8b02be3 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -2550,8 +2550,6 @@ the face font sort order.") Lisp_Object v = Fmake_vector (make_number (8), Qnil); char *tem; -#define ASET(VECTOR, IDX, VAL) (XVECTOR (VECTOR)->contents[IDX] = (VAL)) - ASET (v, 0, build_string (fonts[i].fields[XLFD_FAMILY])); ASET (v, 1, xlfd_symbolic_swidth (fonts + i)); ASET (v, 2, make_number (xlfd_point_size (f, fonts + i))); @@ -2566,8 +2564,6 @@ the face font sort order.") xfree (tem); result = Fcons (v, result); - -#undef ASET } remove_duplicates (result); -- 2.39.2