diff src/widget.c @ 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 d446a08a996e
children 35df75f3f78d
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 */