# HG changeset patch # User Eli Zaretskii # Date 978443906 0 # Node ID e3133339e30c409f556552a08c24c16323103beb # Parent 30e820420803a0058e48d203b72584b261d23018 (run_composition_function): Remove unused variable `val'. (update_compositions): Remove unused variable `hook'. diff -r 30e820420803 -r e3133339e30c src/composite.c --- a/src/composite.c Tue Jan 02 13:57:46 2001 +0000 +++ b/src/composite.c Tue Jan 02 13:58:26 2001 +0000 @@ -453,7 +453,7 @@ 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 @@ 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. */