aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-19 22:16:18 +0000
committerRichard M. Stallman1994-07-19 22:16:18 +0000
commitdb18af03cfa402a61fc879f4433d4eb99b3de8b1 (patch)
tree84aba5dbd60ac273929c074fcec6afa4f00f1de4 /src
parent37fd22082c56b61b3502aec784944485520b557a (diff)
downloademacs-db18af03cfa402a61fc879f4433d4eb99b3de8b1.tar.gz
emacs-db18af03cfa402a61fc879f4433d4eb99b3de8b1.zip
(EmacsFrameSetCharSize): Delete the code to make rows at least 3.
Diffstat (limited to 'src')
-rw-r--r--src/widget.c1
1 files changed, 0 insertions, 1 deletions
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)
880 int ac = 0; 880 int ac = 0;
881 881
882 if (columns < 3) columns = 3; /* no way buddy */ 882 if (columns < 3) columns = 3; /* no way buddy */
883 if (rows < 3) rows = 3;
884 883
885 check_frame_size (f, &rows, &columns); 884 check_frame_size (f, &rows, &columns);
886 f->display.x->vertical_scroll_bar_extra 885 f->display.x->vertical_scroll_bar_extra