From db18af03cfa402a61fc879f4433d4eb99b3de8b1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 19 Jul 1994 22:16:18 +0000 Subject: [PATCH] (EmacsFrameSetCharSize): Delete the code to make rows at least 3. --- src/widget.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/widget.c b/src/widget.c index 2bc5256f311..c127462b9e4 100644 --- a/src/widget.c +++ b/src/widget.c @@ -880,7 +880,6 @@ EmacsFrameSetCharSize (widget, columns, rows) int ac = 0; if (columns < 3) columns = 3; /* no way buddy */ - if (rows < 3) rows = 3; check_frame_size (f, &rows, &columns); f->display.x->vertical_scroll_bar_extra -- 2.39.5