Remove undefined function server_to_input_buf.

This commit is contained in:
Thomas Wienecke
2014-04-10 19:17:24 +02:00
parent f7ac54759b
commit 49ad606cd8
2 changed files with 2 additions and 4 deletions

View File

@@ -2574,9 +2574,8 @@ fix_input_buffer (
#if defined(USE_INPUT_BUF) || defined(PROTO)
/*
* Return TRUE when bytes are in the input buffer or in the typeahead buffer.
* Normally the input buffer would be sufficient, but the server_to_input_buf()
* or feedkeys() may insert characters in the typeahead buffer while we are
* waiting for input to arrive.
* Normally the input buffer would be sufficient, but feedkeys() may insert
* characters in the typeahead buffer while we are waiting for input to arrive.
*/
int input_available(void)
{