aboutsummaryrefslogtreecommitdiff
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fileio.c b/src/fileio.c
index d4448c2f16..e9aff651c5 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -7428,11 +7428,6 @@ void unblock_autocmds(void)
apply_autocmds(EVENT_TERMRESPONSE, NULL, NULL, FALSE, curbuf);
}
-int is_autocmd_blocked(void)
-{
- return autocmd_blocked != 0;
-}
-
/*
* Find next autocommand pattern that matches.
*/