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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user