aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-13 14:06:27 +0000
committerGerd Moellmann2000-07-13 14:06:27 +0000
commit90d36cb17401e4efaf34d0e88fa93f5d6828f1ad (patch)
treed17a188112dd8f57bdb7ebdfac68bdf166034d92 /src
parent2b6e5b1e142826c31e7c4f731d49deaadffba286 (diff)
downloademacs-90d36cb17401e4efaf34d0e88fa93f5d6828f1ad.tar.gz
emacs-90d36cb17401e4efaf34d0e88fa93f5d6828f1ad.zip
(AREF, ASIZE): Remove definitions.
Diffstat (limited to 'src')
-rw-r--r--src/fontset.c4
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));
187 187
188/********** MACROS AND FUNCTIONS TO HANDLE FONTSET **********/ 188/********** MACROS AND FUNCTIONS TO HANDLE FONTSET **********/
189 189
190/* Macros for Lisp vector. */
191#define AREF(V, IDX) XVECTOR (V)->contents[IDX]
192#define ASIZE(V) XVECTOR (V)->size
193
194/* Return the fontset with ID. No check of ID's validness. */ 190/* Return the fontset with ID. No check of ID's validness. */
195#define FONTSET_FROM_ID(id) AREF (Vfontset_table, id) 191#define FONTSET_FROM_ID(id) AREF (Vfontset_table, id)
196 192