]> code.delx.au - gnu-emacs/commitdiff
(EmacsFrameSetCharSize): Remove unused variables `ac'
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 13:57:46 +0000 (13:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Jan 2001 13:57:46 +0000 (13:57 +0000)
and al[].

src/widget.c

index f502a24e685d15aa580c87386c82ce213a87c51e..80e443b6fc0c9dd962c1949fb9610119adb02ba4 100644 (file)
@@ -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 */