summaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui.c b/src/gui.c
index 916c9befc..3456f9246 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -2885,6 +2885,7 @@ gui_insert_lines(int row, int count)
}
}
+#ifdef FEAT_TIMERS
/*
* Passed to ui_wait_for_chars_or_timer(), ignoring extra arguments.
*/
@@ -2896,6 +2897,7 @@ gui_wait_for_chars_3(
{
return gui_mch_wait_for_chars(wtime);
}
+#endif
/*
* Returns OK if a character was found to be available within the given time,