From 04f250d4953acee7e04b3d7af95ce03458f817d3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 28 May 2001 12:04:26 +0000 Subject: [PATCH] (char_property_eq): Put in #if 0. --- src/editfns.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/editfns.c b/src/editfns.c index e50ef45ec0a..37f0162458d 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -316,6 +316,8 @@ If you set the marker not to point anywhere, the buffer will have no mark.") } +#if 0 /* Not used. */ + /* Return nonzero if POS1 and POS2 have the same value for the text property PROP. */ @@ -332,6 +334,8 @@ char_property_eq (prop, pos1, pos2) return EQ (pval1, pval2); } +#endif /* 0 */ + /* Return the direction from which the text-property PROP would be inherited by any new text inserted at POS: 1 if it would be inherited from the char after POS, -1 if it would be inherited from -- 2.39.5