# HG changeset patch # User Eli Zaretskii # Date 978443866 0 # Node ID 30e820420803a0058e48d203b72584b261d23018 # Parent c26b7651dd9f45856b7dccd0e136013175c5519f (EmacsFrameSetCharSize): Remove unused variables `ac' and al[]. diff -r c26b7651dd9f -r 30e820420803 src/widget.c --- a/src/widget.c Tue Jan 02 13:57:17 2001 +0000 +++ b/src/widget.c Tue Jan 02 13:57:46 2001 +0000 @@ -900,8 +900,6 @@ EmacsFrame ew = (EmacsFrame) widget; Dimension pixel_width, pixel_height; struct frame *f = ew->emacs_frame.frame; - Arg al[10]; - int ac = 0; if (columns < 3) columns = 3; /* no way buddy */