changeset 37916:0b5642b0d6e4

(char_property_eq): Put in #if 0.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 28 May 2001 12:04:26 +0000
parents d4886ee1feae
children 5bc9314b5f0a
files src/editfns.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Mon May 28 11:58:55 2001 +0000
+++ b/src/editfns.c	Mon May 28 12:04:26 2001 +0000
@@ -316,6 +316,8 @@
 }
 
 
+#if 0 /* Not used.  */
+
 /* Return nonzero if POS1 and POS2 have the same value
    for the text property PROP.  */
 
@@ -332,6 +334,8 @@
   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