summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-01-04 21:19:20 +0000
committerBram Moolenaar <Bram@vim.org>2005-01-04 21:19:20 +0000
commitc83c455ee7ce20c9e187b8fef1f1783ef8d7f10b (patch)
treed76f12e27a1543c1d675a39a42314fa124f17b9e /src/gui.c
parent2317284d1bce300292327571439863b05b8e4522 (diff)
updated for version 7.0030
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gui.c b/src/gui.c
index 726158ad84..d77a146df3 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -1218,10 +1218,6 @@ gui_resize_shell(pixel_width, pixel_height)
again:
busy = TRUE;
-#ifdef FEAT_GUI_BEOS
- vim_lock_screen();
-#endif
-
/* Flush pending output before redrawing */
out_flush();
@@ -1248,10 +1244,6 @@ again:
|| gui.num_rows != Rows || gui.num_cols != Columns)
shell_resized();
-#ifdef FEAT_GUI_BEOS
- vim_unlock_screen();
-#endif
-
gui_update_scrollbars(TRUE);
gui_update_cursor(FALSE, TRUE);
#if defined(FEAT_XIM) && !defined(HAVE_GTK2)