Mercurial > emacs
changeset 34957:30e820420803
(EmacsFrameSetCharSize): Remove unused variables `ac'
and al[].
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 02 Jan 2001 13:57:46 +0000 |
parents | c26b7651dd9f |
children | e3133339e30c |
files | src/widget.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 */