summaryrefslogtreecommitdiff
path: root/src/textprop.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-09-15 21:24:37 +0000
committerRichard M. Stallman <rms@gnu.org>1994-09-15 21:24:37 +0000
commit365537933f8906bfd9daedbb0be6f19ef023b785 (patch)
tree56eb71945567080b6ed2971f94934efb305b0cb9 /src/textprop.c
parentd0662444ea11edd2576ba4d809dc8fe0abfd4d22 (diff)
downloademacs-365537933f8906bfd9daedbb0be6f19ef023b785.tar.gz
(syms_of_textprop): Delete Lisp var interval-balance-threshold.
Diffstat (limited to 'src/textprop.c')
-rw-r--r--src/textprop.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/textprop.c b/src/textprop.c
index b6e8039adf8..796b29a04d5 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -1314,11 +1314,6 @@ copy_text_properties (start, end, src, pos, dest, prop)
void
syms_of_textprop ()
{
- DEFVAR_INT ("interval-balance-threshold", &interval_balance_threshold,
- "Threshold for rebalancing interval trees, expressed as the\n\
-percentage by which the left interval tree should not differ from the right.");
- interval_balance_threshold = 8;
-
DEFVAR_LISP ("inhibit-point-motion-hooks", &Vinhibit_point_motion_hooks,
"If non-nil, don't call the text property values of\n\
`point-left' and `point-entered'.");