0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Remove unused code.

This commit is contained in:
Bram Moolenaar
2010-08-08 16:38:42 +02:00
parent 83687a7215
commit 09092155a6
31 changed files with 15 additions and 714 deletions

View File

@@ -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;