]> git.eshelyaron.com Git - emacs.git/commitdiff
(EmacsFrameSetCharSize): Delete the code to make rows at least 3.
authorRichard M. Stallman <rms@gnu.org>
Tue, 19 Jul 1994 22:16:18 +0000 (22:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 19 Jul 1994 22:16:18 +0000 (22:16 +0000)
src/widget.c

index 2bc5256f311eb37e5f4baadd91f3c83b1f2256cb..c127462b9e4c8db149c9cdb0ff638c7f1001dd25 100644 (file)
@@ -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