aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/ui.c b/src/ui.c
index d0116add27..60b9843fb1 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -237,24 +237,11 @@ int ui_get_shellsize(void)
* new size. If this is not possible, it will adjust Rows and Columns.
*/
void
-ui_set_shellsize (
- int mustset /* set by the user */
-)
+ui_set_shellsize(int mustset)
{
mch_set_shellsize();
}
-/*
- * Called when Rows and/or Columns changed. Adjust scroll region and mouse
- * region.
- */
-void ui_new_shellsize(void)
-{
- if (full_screen && !exiting) {
- mch_new_shellsize();
- }
-}
-
void ui_breakcheck(void)
{
os_breakcheck();