changeset 30172:5a375a2cdd3a

(AREF, ASIZE): Remove definitions.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 13 Jul 2000 14:06:27 +0000
parents 4c2d8e4d00e0
children 420acffb79c2
files src/fontset.c
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontset.c	Thu Jul 13 14:06:15 2000 +0000
+++ b/src/fontset.c	Thu Jul 13 14:06:27 2000 +0000
@@ -187,10 +187,6 @@
 
 /********** 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)