0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)

This commit is contained in:
Bram Moolenaar
2010-05-30 19:00:15 +02:00
parent a17d4c1934
commit fd3e5dc97f
5 changed files with 13 additions and 4 deletions

View File

@@ -3908,6 +3908,7 @@ gui_drag_scrollbar(sb, value, still_dragging)
* Scrollbar stuff:
*/
#if defined(FEAT_AUTOCMD) || defined(FEAT_WINDOWS) || defined(PROTO)
/*
* Called when something in the window layout has changed.
*/
@@ -3922,6 +3923,7 @@ gui_may_update_scrollbars()
}
need_mouse_correct = TRUE;
}
#endif
void
gui_update_scrollbars(force)