summaryrefslogtreecommitdiffstats
path: root/src/gui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-08-08 16:38:42 +0200
committerBram Moolenaar <Bram@vim.org>2010-08-08 16:38:42 +0200
commit09092155a66388bbd7be8d16debb35abfcfae700 (patch)
tree4cbe7f4f0d5c763405f721f7f5dba08864e53ef3 /src/gui.c
parent83687a72155c70c062c689a9c545b5cdf5ebd0b4 (diff)
Remove unused code.
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gui.c b/src/gui.c
index 90209bedcf..87930c6b73 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -1571,14 +1571,7 @@ gui_write(s, len)
{
char_u *p;
int arg1 = 0, arg2 = 0;
- /* this doesn't make sense, disabled until someone can explain why it
- * would be needed */
-#if 0 && (defined(RISCOS) || defined(WIN16))
- int force_cursor = TRUE; /* JK230798, stop Vim being smart or
- our redraw speed will suffer */
-#else
int force_cursor = FALSE; /* force cursor update */
-#endif
int force_scrollbar = FALSE;
static win_T *old_curwin = NULL;