From: Gerd Moellmann Date: Thu, 13 Jul 2000 14:06:27 +0000 (+0000) Subject: (AREF, ASIZE): Remove definitions. X-Git-Tag: emacs-pretest-21.0.90~2867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=90d36cb17401e4efaf34d0e88fa93f5d6828f1ad;p=emacs.git (AREF, ASIZE): Remove definitions. --- diff --git a/src/fontset.c b/src/fontset.c index 8d073163793..accf0fbebc5 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -187,10 +187,6 @@ static Lisp_Object font_family_registry P_ ((Lisp_Object)); /********** MACROS AND FUNCTIONS TO HANDLE FONTSET **********/ -/* Macros for Lisp vector. */ -#define AREF(V, IDX) XVECTOR (V)->contents[IDX] -#define ASIZE(V) XVECTOR (V)->size - /* Return the fontset with ID. No check of ID's validness. */ #define FONTSET_FROM_ID(id) AREF (Vfontset_table, id)