aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widget.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/widget.c b/src/widget.c
index f502a24e68..80e443b6fc 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 */