(EmacsFrameSetCharSize): Delete the code to make rows at least 3.
This commit is contained in:
parent
37fd22082c
commit
db18af03cf
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue