mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Remove unused function is_autocmd_blocked.
This commit is contained in:
parent
bdcb258192
commit
5446fbad88
@ -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.
|
||||
*/
|
||||
|
@ -73,7 +73,6 @@ int has_textchangedI(void);
|
||||
int has_insertcharpre(void);
|
||||
void block_autocmds(void);
|
||||
void unblock_autocmds(void);
|
||||
int is_autocmd_blocked(void);
|
||||
char_u *getnextac(int c, void *cookie, int indent);
|
||||
int has_autocmd(event_T event, char_u *sfname, buf_T *buf);
|
||||
char_u *get_augroup_name(expand_T *xp, int idx);
|
||||
|
Loading…
Reference in New Issue
Block a user