From: Eli Zaretskii Date: Tue, 2 Jan 2001 13:57:46 +0000 (+0000) Subject: (EmacsFrameSetCharSize): Remove unused variables `ac' X-Git-Tag: emacs-pretest-21.0.95~204 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c3bf422a59b81f2543a1c20cf4a50dd3e52ad04;p=emacs.git (EmacsFrameSetCharSize): Remove unused variables `ac' and al[]. --- diff --git a/src/widget.c b/src/widget.c index f502a24e685..80e443b6fc0 100644 --- a/src/widget.c +++ b/src/widget.c @@ -900,8 +900,6 @@ EmacsFrameSetCharSize (widget, columns, rows) 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 */