changeset 8289:e6f91355333e

(EmacsFrameSetCharSize): Delete the code to make rows at least 3.
author Richard M. Stallman <rms@gnu.org>
date Tue, 19 Jul 1994 22:16:18 +0000
parents 8695e414a2b1
children f95e050e272f
files src/widget.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/widget.c	Tue Jul 19 20:03:12 1994 +0000
+++ b/src/widget.c	Tue Jul 19 22:16:18 1994 +0000
@@ -880,7 +880,6 @@
   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