aboutsummaryrefslogtreecommitdiffstats
path: root/src/composite.c
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-07-09 23:02:26 +0000
committerStefan Monnier <[email protected]>2002-07-09 23:02:26 +0000
commit7e301470e63212ff6827a2385d9c754ff6c5d775 (patch)
tree653ab8426d638ec0f10c400c6da3fd99f8d539dc /src/composite.c
parentf61cd322b24ee1df6c08ae6c4ca66e5120348958 (diff)
(HASH_VALUE, HASH_KEY): Remove (it's in lisp.h now).
Diffstat (limited to 'src/composite.c')
-rw-r--r--src/composite.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/composite.c b/src/composite.c
index 1cc6e12cfa..985f628f79 100644
--- a/src/composite.c
+++ b/src/composite.c
@@ -158,12 +158,6 @@ Lisp_Object composition_temp;
#define CHAR_WIDTH(c) \
(SINGLE_BYTE_CHAR_P (c) ? 1 : CHARSET_WIDTH (CHAR_CHARSET (c)))
-/* The following macros for hash table are copied from fns.c. */
-/* Value is the key part of entry IDX in hash table H. */
-#define HASH_KEY(H, IDX) AREF ((H)->key_and_value, 2 * (IDX))
-/* Value is the value part of entry IDX in hash table H. */
-#define HASH_VALUE(H, IDX) AREF ((H)->key_and_value, 2 * (IDX) + 1)
-
/* Return COMPOSITION-ID of a composition at buffer position
CHARPOS/BYTEPOS and length NCHARS. The `composition' property of
the sequence is PROP. STRING, if non-nil, is a string that