]> git.eshelyaron.com Git - emacs.git/commitdiff
(AREF, ASIZE): Remove definitions.
authorGerd Moellmann <gerd@gnu.org>
Thu, 13 Jul 2000 14:06:27 +0000 (14:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 13 Jul 2000 14:06:27 +0000 (14:06 +0000)
src/fontset.c

index 8d07316379383b552c6d7b7b814297b6d1442116..accf0fbebc566f9c2e7763c123baae9c7818da39 100644 (file)
@@ -187,10 +187,6 @@ static Lisp_Object font_family_registry P_ ((Lisp_Object));
 \f
 /********** 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)