(EmacsFrameSetCharSize): Delete the code to make rows at least 3.

This commit is contained in:
Richard M. Stallman 1994-07-19 22:16:18 +00:00
parent 37fd22082c
commit db18af03cf

View 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