Remove unused function push_raw_key.

This commit is contained in:
Thomas Wienecke
2014-04-10 19:08:11 +02:00
parent e74d75986a
commit 255b2a2741
2 changed files with 0 additions and 7 deletions

View File

@@ -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 */