comparison src/gui.c @ 2520:6768ebd0bc04 vim73

Remove unused code.
author Bram Moolenaar <bram@vim.org>
date Sun, 08 Aug 2010 16:38:42 +0200
parents d156d5627487
children 2c5e70e2858f
comparison
equal deleted inserted replaced
2519:a76416990f54 2520:6768ebd0bc04
1569 char_u *s; 1569 char_u *s;
1570 int len; 1570 int len;
1571 { 1571 {
1572 char_u *p; 1572 char_u *p;
1573 int arg1 = 0, arg2 = 0; 1573 int arg1 = 0, arg2 = 0;
1574 /* this doesn't make sense, disabled until someone can explain why it
1575 * would be needed */
1576 #if 0 && (defined(RISCOS) || defined(WIN16))
1577 int force_cursor = TRUE; /* JK230798, stop Vim being smart or
1578 our redraw speed will suffer */
1579 #else
1580 int force_cursor = FALSE; /* force cursor update */ 1574 int force_cursor = FALSE; /* force cursor update */
1581 #endif
1582 int force_scrollbar = FALSE; 1575 int force_scrollbar = FALSE;
1583 static win_T *old_curwin = NULL; 1576 static win_T *old_curwin = NULL;
1584 1577
1585 /* #define DEBUG_GUI_WRITE */ 1578 /* #define DEBUG_GUI_WRITE */
1586 #ifdef DEBUG_GUI_WRITE 1579 #ifdef DEBUG_GUI_WRITE