]> git.eshelyaron.com Git - emacs.git/commitdiff
(run_composition_function): Remove unused variable
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 13:58:26 +0000 (13:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 13:58:26 +0000 (13:58 +0000)
`val'.
(update_compositions): Remove unused variable `hook'.

src/composite.c

index 83d5b0d6f25afc5dbc40971653f37429d6f1cec5..04836fb36d10a76cacf517f9586a6519c2245267 100644 (file)
@@ -453,7 +453,7 @@ run_composition_function (from, to, prop)
      int from, to;
      Lisp_Object prop;
 {
-  Lisp_Object func, val;
+  Lisp_Object func;
   int start, end;
 
   func = COMPOSITION_MODIFICATION_FUNC (prop);
@@ -485,7 +485,7 @@ void
 update_compositions (from, to, check_mask)
      int from, to;
 {
-  Lisp_Object prop, hook;
+  Lisp_Object prop;
   int start, end;
 
   /* If FROM and TO are not in a valid range, do nothing.  */