(char_property_eq): Put in #if 0.
authorGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 12:04:26 +0000 (12:04 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 28 May 2001 12:04:26 +0000 (12:04 +0000)
src/editfns.c

index e50ef45..37f0162 100644 (file)
@@ -316,6 +316,8 @@ If you set the marker not to point anywhere, the buffer will have no mark.")
 }
 
 \f
+#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