commit | fd3e5dc97f06e54220a2c5b65980dd6adc2c5555 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 30 19:00:15 2010 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 30 19:00:15 2010 +0200 |
tree | 204e2445390797f1ea8751e7f1f7d242884f154d | |
parent | a17d4c1934b008b9aa8a2d7cf085cfe76a690d9a [diff] [blame] |
Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)
diff --git a/src/gui.c b/src/gui.c index fab312f..33f7844 100644 --- a/src/gui.c +++ b/src/gui.c
@@ -3908,6 +3908,7 @@ * Scrollbar stuff: */ +#if defined(FEAT_AUTOCMD) || defined(FEAT_WINDOWS) || defined(PROTO) /* * Called when something in the window layout has changed. */ @@ -3922,6 +3923,7 @@ } need_mouse_correct = TRUE; } +#endif void gui_update_scrollbars(force)