diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-07-13 14:06:27 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-07-13 14:06:27 +0000 |
commit | 90d36cb17401e4efaf34d0e88fa93f5d6828f1ad (patch) | |
tree | d17a188112dd8f57bdb7ebdfac68bdf166034d92 /src/fontset.c | |
parent | 2b6e5b1e142826c31e7c4f731d49deaadffba286 (diff) | |
download | emacs-90d36cb17401e4efaf34d0e88fa93f5d6828f1ad.tar.gz |
(AREF, ASIZE): Remove definitions.
Diffstat (limited to 'src/fontset.c')
-rw-r--r-- | src/fontset.c | 4 |
1 files changed, 0 insertions, 4 deletions
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) |