aboutsummaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui.c b/src/ui.c
index 8ecc63f696..f0c5553e60 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -353,12 +353,6 @@ void add_to_input_buf_csi(char_u *str, int len) {
#endif
-void push_raw_key(char_u *s, int len)
-{
- while (len--)
- inbuf[inbufcount++] = *s++;
-}
-
#if defined(FEAT_GUI) || defined(FEAT_EVAL) || defined(FEAT_EX_EXTRA) \
|| defined(PROTO)
/* Remove everything from the input buffer. Called when ^C is found */